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