import type { TMat3, TVec2 } from './types'; export declare function applyMat3ToPoint(matrix: TMat3, point: TVec2): TVec2;