type StepInput = {
    inventoryLevelId: string;
};
export declare const upsertInventoryLevelStep: import("@medusajs/workflows-sdk").StepFunction<StepInput, {
    products: any[];
}>;
export {};
//# sourceMappingURL=upsert-inventory-level.d.ts.map