//#region src/server/telemetry/constants.d.ts declare const TELEMETRY_SCHEMA = 1; declare const TELEMETRY_PRODUCT = "payload-storage-bunny"; declare const TELEMETRY_ENDPOINT = "https://telemetry.seshuk.im/v1/collect"; declare const TELEMETRY_TIMEOUT_MS = 2000; declare const TELEMETRY_DOCS_URL = "https://payload-storage-bunny.seshuk.im/configuration/telemetry"; //#endregion export { TELEMETRY_DOCS_URL, TELEMETRY_ENDPOINT, TELEMETRY_PRODUCT, TELEMETRY_SCHEMA, TELEMETRY_TIMEOUT_MS }; //# sourceMappingURL=constants.d.ts.map