import { Axis, Face } from "./types"; export declare function getAxisFromTwistsAndFace(twists: 0 | 1 | 2 | 3, face: Face): Axis; export declare function getTwistsAndFaceFromAxis(xaxis: number, zaxis: number): [twists: 0 | 1 | 2 | 3, face: Face];