import { readonly_mat4 } from './mat4.type.js'; export declare function mat4_determinant(a: readonly_mat4): number;