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