import type { HexCubePoint } from "./cube.js";
import type { HexRotation } from "./hex-system.js";
export declare const cubeRotate: (center: HexCubePoint, outer: HexCubePoint, rotation: HexRotation) => HexCubePoint;
//# sourceMappingURL=cube-rotate.d.ts.map