export declare const COOKIE_OPTIONS: { name: string; lifetime: number; domain: string; path: string; sameSite: string; }; export declare const TOKEN_REFRESH_MARGIN = 10; export declare const RETRY_INTERVAL = 2; export declare const MAX_RETRIES = 10; //# sourceMappingURL=constants.d.ts.map