import { AppState, AuthenticationConfig } from '../types';
export declare function refreshTokenFactory(state: AppState, accessTokenConfig: AuthenticationConfig): (req: any, res: any) => Promise<any>;
//# sourceMappingURL=refresh-token-factory.d.ts.map