import type { RawMatrix2 } from './RawMatrix2'; /** * Return an inverse of given matrix. */ export declare function mat2Inverse(m: RawMatrix2): RawMatrix2;