import type { AxialPoint } from "./axial.js";
import type { HexCubePoint } from "./cube.js";
/**
 * Rebrand a Cube point to an Axial point.
 */
export declare const axialFromCube: (cube: HexCubePoint) => AxialPoint;
//# sourceMappingURL=axial-from-cube.d.ts.map