import { FulfillmentWorkflow, ShippingOptionDTO } from "@medusajs/framework/types"; /** * The data to create or update shipping options. */ export type UpsertShippingOptionsStepInput = Omit[]; export declare const upsertShippingOptionsStepId = "create-shipping-options-step"; /** * This step creates or updates shipping options. */ export declare const upsertShippingOptionsStep: import("@medusajs/framework/workflows-sdk").StepFunction; //# sourceMappingURL=upsert-shipping-options.d.ts.map