/** * The IDs of prices to remove. */ export type RemovePriceListPricesStepInput = string[]; export declare const removePriceListPricesStepId = "remove-price-list-prices"; /** * This step removes prices. */ export declare const removePriceListPricesStep: import("@medusajs/framework/workflows-sdk").StepFunction; //# sourceMappingURL=remove-price-list-prices.d.ts.map