export declare enum EIFoodCatalogContext {
    DEFAULT = "DEFAULT",
    INDOOR = "INDOOR"
}
