import { Hex } from '../types/Hex'; import { Vector3 } from '../types/Vector3'; export declare function hexContainingAxialVector3(v: Vector3): Hex;