export declare enum EIFoodOrderType {
    DELIVERY = "DELIVERY",
    INDOOR = "INDOOR",
    TAKEOUT = "TAKEOUT",
    DINE_IN = "DINE_IN"
}
