import type { TMat3 } from './types'; export declare function inverseMat3(mat: TMat3): TMat3 | null; //# sourceMappingURL=inverse-mat3.d.ts.map