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