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