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