import { Matrix2x2 } from '../types/Matrix2x2'; export declare function matrixDeterminant(m: Matrix2x2): number;