/** * The IDs of the shipping profiles to delete. */ export type DeleteShippingProfilesStepInput = string[]; export declare const deleteShippingProfilesStepId = "delete-shipping-profile"; /** * This step deletes one or more shipping profiles. */ export declare const deleteShippingProfilesStep: import("@medusajs/framework/workflows-sdk").StepFunction; //# sourceMappingURL=delete-shipping-profile.d.ts.map