import type { HexCubePoint } from "./cube.js";
export declare const cubeRange: (center: HexCubePoint, radius: number) => HexCubePoint[];
//# sourceMappingURL=cube-range.d.ts.map