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