import { GlobalAuthenticationConfig } from ".."; export declare function attemptToRefreshToken(session: { refreshToken: string; }, config: GlobalAuthenticationConfig): Promise<{ accessToken: string; idToken: string; expires: number; }>; //# sourceMappingURL=refresh.d.ts.map