export declare enum LocationTypeEnum {
    Country = 1,
    State = 2,
    Province = 3,
    City = 4,
    Village = 5,
    District = 6,
    Neighbourhood = 7,
    CapitalCity = 8
}
