import type { IFlowAuthDetails } from './types'; export declare function accessTokenExpired(expiresAt: number): boolean; export declare function refreshAccessToken(auth: IFlowAuthDetails): Promise;