export declare enum EIFoodSellingOptions {
    ITEM = "ITEM",
    OPTION = "OPTION",
    WEIGHT = "WEIGHT",
    UNIT = "UNIT"
}
