import type { HexCubePoint } from "./cube.js";
export declare const cubeIntersection: (center1: HexCubePoint, radius1: number, center2: HexCubePoint, radius2?: number) => HexCubePoint[];
//# sourceMappingURL=cube-intersection.d.ts.map