import { DeclineOrderChangeDTO } from "@medusajs/framework/types"; export declare const declineOrderChangeStepId = "decline-order-change"; /** * This step declines an order change. */ export declare const declineOrderChangeStep: import("@medusajs/framework/workflows-sdk").StepFunction; //# sourceMappingURL=decline-order-change.d.ts.map