export declare enum ProfileType {
    CHEAP = "CHEAP",
    FAST = "FAST",
    GREEN = "GREEN",
    REGULAR = "REGULAR"
}
