import type { HexCubePoint } from "./cube.js";
/**
 * Add two Cube points together.
 */
export declare const cubeAdd: (left: HexCubePoint, right: HexCubePoint) => HexCubePoint;
//# sourceMappingURL=cube-add.d.ts.map