/**
 * The IDs of the tax rate rules to delete.
 */
export type DeleteTaxRateRulesStepInput = string[];
export declare const deleteTaxRateRulesStepId = "delete-tax-rate-rules";
/**
 * This step deletes one or more tax rate rules.
 */
export declare const deleteTaxRateRulesStep: import("@medusajs/framework/workflows-sdk").StepFunction<DeleteTaxRateRulesStepInput, undefined>;
//# sourceMappingURL=delete-tax-rate-rules.d.ts.map