import type { RawMatrix3 } from './RawMatrix3'; export declare function mat3Determinant(m: RawMatrix3): number;