import { Hex } from '../types/Hex'; import { Matrix3x3 } from '../types/Matrix3x3'; import { Point2D } from '../types/Point2D'; export declare function centerOfHex(h: Hex, transform: Matrix3x3): Point2D;