import { FulfillmentsServiceAPI, FulfillmentsServiceConfig } from '../types/fulfillments-types.js'; import { Operation } from '../types/operation.js'; export declare const FulfillmentsServiceDefinition: string & { __api: FulfillmentsServiceAPI; __config: {}; isServiceDefinition?: boolean; } & FulfillmentsServiceAPI; export declare const FulfillmentsService: import("@wix/services-definitions").ServiceFactory; export declare const loadFulfillmentsServiceConfig: (operation: Operation) => Promise;