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