import { BasicParams } from '../../../types'; import { AuthenticateAppProxy } from './types'; export declare function authenticateAppProxyFactory(params: BasicParams): AuthenticateAppProxy;