/** * The IDs of the fulfillment sets to delete. */ export type DeleteFulfillmentSetsStepInput = string[]; export declare const deleteFulfillmentSetsStepId = "delete-fulfillment-sets"; /** * This step deletes one or more fulfillment sets. */ export declare const deleteFulfillmentSetsStep: import("@medusajs/framework/workflows-sdk").StepFunction; //# sourceMappingURL=delete-fulfillment-sets.d.ts.map