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