export type EnsureVariantPriceSetsInput = { variant_ids: string[]; }; export type EnsureVariantPriceSetsOutput = Record; export declare const ensureVariantPriceSetsStepId = "ensure-variant-price-sets"; export declare const ensureVariantPriceSetsStep: import("@medusajs/framework/workflows-sdk").StepFunction;