import { CreateOrderChangeDTO } from "@medusajs/framework/types"; export declare const createOrderChangeStepId = "create-order-change"; /** * This step creates an order change. */ export declare const createOrderChangeStep: import("@medusajs/framework/workflows-sdk").StepFunction; //# sourceMappingURL=create-order-change.d.ts.map