export declare enum EnumTokenType {
    ESTATE = "ESTATE",
    PUBLIC_SERVICE = "PUBLIC_SERVICE",
    STATION = "STATION"
}
