import type { TMat3 } from './types'; export declare function inverseMat3(mat: TMat3): TMat3 | null;