"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "buildInput", { enumerable: true, get: function () { return _serialization_helpers.buildInput; } }); Object.defineProperty(exports, "serializeJsonWatch", { enumerable: true, get: function () { return _serialize_json_watch.serializeJsonWatch; } }); Object.defineProperty(exports, "serializeThresholdWatch", { enumerable: true, get: function () { return _serialize_threshold_watch.serializeThresholdWatch; } }); var _serialize_json_watch = require("./serialize_json_watch"); var _serialize_threshold_watch = require("./serialize_threshold_watch"); var _serialization_helpers = require("./serialization_helpers");