/**
 * 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<string, undefined>;
//# sourceMappingURL=cancel-fulfillment.d.ts.map