export declare function tryRefreshToken(): Promise; export declare function loadStoredAccessToken(): Promise; /** * Resolve the signed-in user's Supabase access token, refreshing it if it has * expired (or is within `TOKEN_EXPIRY_SKEW_MS` of expiring). * * @returns the access token, or null when no credentials are stored on this * machine (or the stored refresh token is no longer valid). */ export declare function resolveFreshAccessToken(): Promise; //# sourceMappingURL=client.token-refresh.d.ts.map