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