import type { RemovePromotionRulesWorkflowDTO } from "@medusajs/framework/types";
export declare const deletePromotionRulesWorkflowStepId = "delete-promotion-rules-workflow";
/**
 * This step deletes promotion rules using the {@link deletePromotionRulesWorkflow}.
 */
export declare const deletePromotionRulesWorkflowStep: import("@medusajs/framework/workflows-sdk").StepFunction<RemovePromotionRulesWorkflowDTO, string[]>;
//# sourceMappingURL=delete-promotion-rules-workflow.d.ts.map