import { type HexCubePoint } from "./cube.js";
export declare const cubeLineDraw: (a: HexCubePoint, b: HexCubePoint) => HexCubePoint[];
//# sourceMappingURL=cube-line-draw.d.ts.map