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