import type { CubeDiagDirection, HexCubeDirection, HexCubePoint } from "./cube.js";
/**
 * Find the neighbor of the given hex in the given direction.
 */
export declare const cubeNeighbor: (cube: HexCubePoint, direction: HexCubeDirection | CubeDiagDirection) => HexCubePoint;
//# sourceMappingURL=cube-neighbor.d.ts.map