import { ReadonlySimpleVector3 } from "../math"; export declare enum Direction7 { UP = "UP", LEFT = "LEFT", CENTER = "CENTER", DOWN = "DOWN", RIGHT = "RIGHT", FRONT = "FRONT", BACK = "BACK" } export declare enum Direction6 { UP = "UP", LEFT = "LEFT", DOWN = "DOWN", RIGHT = "RIGHT", FRONT = "FRONT", BACK = "BACK" } export declare enum Direction4 { UP = "UP", LEFT = "LEFT", DOWN = "DOWN", RIGHT = "RIGHT" } export declare const Directions7: Direction7[]; export declare const Directions6: Direction6[]; export declare const Directions4: Direction4[]; export declare function Vector3ToDirection7(vec: ReadonlySimpleVector3): Direction7; //# sourceMappingURL=directions.d.ts.map