import { mat3, readonly_mat3 } from './mat3.type.js'; export declare function mat3_invert(out: mat3, a: readonly_mat3): mat3 | null;