export declare const refreshToken: (baseApiUrl: string, url: string, body: Record<string, string>, setAccessTokenFn?: (res: any) => void) => Promise<void>;
