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