/** * Service Constants */ export declare const SERVICES: { readonly SHIELD: "shield"; readonly API: "api"; readonly RELAY: "relay"; readonly ARIA: "aria"; readonly FOLIO: "folio"; }; export declare const HTTP_METHODS: { readonly GET: "GET"; readonly POST: "POST"; readonly PUT: "PUT"; readonly DELETE: "DELETE"; readonly PATCH: "PATCH"; }; export declare const DEFAULT_TIMEOUTS: { readonly REQUEST: 30000; readonly WEBSOCKET: 60000; readonly RETRY_INITIAL: 1000; readonly RETRY_MAX: 30000; }; export declare const CACHE_TTL: { readonly SHORT: number; readonly MEDIUM: number; readonly LONG: number; }; //# sourceMappingURL=constants.d.ts.map