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