import type { TMat3, TVec2 } from './types'; export declare function applyMat3ToPoint(matrix: TMat3, point: TVec2): TVec2; //# sourceMappingURL=apply-mat3-to-point.d.ts.map