import { UpdatePriceListWorkflowInputDTO } from "@medusajs/framework/types"; /** * The price lists to update. */ export type UpdatePriceListsStepInput = UpdatePriceListWorkflowInputDTO[]; export declare const updatePriceListsStepId = "update-price-lists"; /** * This step updates one or more price lists. * * @example * const data = updatePriceListsStep([ * { * id: "plist_123", * title: "Test Price List", * } * ]) */ export declare const updatePriceListsStep: import("@medusajs/framework/workflows-sdk").StepFunction; //# sourceMappingURL=update-price-lists.d.ts.map