export declare enum Direction { UP = "up", DOWN = "down", NORTH = "north", EAST = "east", SOUTH = "south", WEST = "west" } export declare namespace Direction { const ALL: Direction[]; function normal(dir: Direction): [number, number, number]; } //# sourceMappingURL=Direction.d.ts.map