import { InventoryItemDTO, MedusaContainer } from "@medusajs/types"; import { EntityManager } from "typeorm"; export declare function removeInventoryItems({ container, manager, data, }: { container: MedusaContainer; manager: EntityManager; data: { inventoryItem: InventoryItemDTO; }[]; }): Promise;