export declare enum AddressRegion { north = "north", northeast = "northeast", west = "west", central = "central", east = "east", south = "south" }