export declare const GOTRUE_URL = "http://localhost:9999"; export declare const AUDIENCE = ""; export declare const DEFAULT_HEADERS: { 'X-Client-Info': string; }; export declare const EXPIRY_MARGIN = 10; export declare const NETWORK_FAILURE: { ERROR_MESSAGE: string; MAX_RETRIES: number; RETRY_INTERVAL: number; }; export declare const STORAGE_KEY = "supabase.auth.token"; export declare const COOKIE_OPTIONS: { name: string; lifetime: number; domain: string; path: string; sameSite: string; }; //# sourceMappingURL=constants.d.ts.map