import { MedusaContainer } from "@medusajs/framework"; export declare const validateSellerFulfillmentSet: (scope: MedusaContainer, sellerId: string, fulfillmentSetId: string) => Promise; export declare const refetchFulfillmentSet: (scope: MedusaContainer, fulfillmentSetId: string, fields: string[]) => Promise;