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