export declare enum EIFoodOrderTakeoutMode {
    DEFAULT = "DEFAULT",
    PICKUP_AREA = "PICKUP_AREA"
}
