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