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