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