/** * The ID of the fulfillment to cancel. */ export type CancelFulfillmentStepInput = string; export declare const cancelFulfillmentStepId = "cancel-fulfillment"; /** * This step cancels a fulfillment. */ export declare const cancelFulfillmentStep: import("@medusajs/framework/workflows-sdk").StepFunction; //# sourceMappingURL=cancel-fulfillment.d.ts.map