export declare enum EIFoodOrderDeliveryMode {
    PRIORITY = "PRIORITY",
    TURBO = "TURBO",
    HIGH_DENSITY = "HIGH_DENSITY",
    DEFAULT = "DEFAULT",
    EXPRESS = "EXPRESS"
}
