/**
 * 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<DeleteShippingProfilesStepInput, undefined>;
//# sourceMappingURL=delete-shipping-profile.d.ts.map