"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "initializeAlertingHealth", { enumerable: true, get: function () { return _task.initializeAlertingHealth; } }); Object.defineProperty(exports, "scheduleAlertingHealthCheck", { enumerable: true, get: function () { return _task.scheduleAlertingHealthCheck; } }); var _task = require("./task");