import { FdoWarehouse } from "@feedmepos/core/entity"; declare const inventoryApi: { readWarehouses(): Promise; }; export default inventoryApi;