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