import { BasicParams } from 'src/server/types';
import { AuthenticateExtension } from './types';
export declare function authenticateExtensionFactory(params: BasicParams, requestType: string): AuthenticateExtension;
//# sourceMappingURL=authenticate.d.ts.map