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