/** * The IDs of price lists to delete. */ export type DeletePriceListsStepInput = string[]; export declare const deletePriceListsStepId = "delete-price-lists"; /** * This step deletes one or more price lists. */ export declare const deletePriceListsStep: import("@medusajs/framework/workflows-sdk").StepFunction; //# sourceMappingURL=delete-price-lists.d.ts.map