import { BasicParams } from '../../../types'; import { AuthenticateAppProxy } from './types'; export declare function authenticateAppProxyFactory(params: BasicParams): AuthenticateAppProxy; //# sourceMappingURL=authenticate.d.ts.map