export declare type InventoryStatus = 'ACTIVE' | 'INACTIVE' | 'ARCHIVED';
