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