import { readonly_mat3 } from './mat3.type.js'; export declare function mat3_determinant(a: readonly_mat3): number;