export declare enum EstablishmentInventoryStatus { OUT_OF_SHELF = "out_of_shelf", OUT_OF_STOCK = "out_of_stock", RUPTURE = "rupture", NOT_IN_STORE = "not_in_store" }