export declare enum VectorKey { NORTH = "north", SOUTH = "south", WEST = "west", EAST = "east", NORTH_WEST = "north_west", NORTH_EAST = "north_east", SOUTH_WEST = "south_west", SOUTH_EAST = "south_east" }