import { BasicParams } from '../../types'; import type { AuthenticateFulfillmentService } from './types'; export declare function authenticateFulfillmentServiceFactory(params: BasicParams): AuthenticateFulfillmentService;