import { HexLayout } from '../types/HexLayout'; import { Matrix3x3 } from '../types/Matrix3x3'; export declare function hexToPointTransform(layout: HexLayout): Matrix3x3;