import type { RawMatrix4 } from './RawMatrix4'; /** * an inverse of given mat4. */ export declare function mat4Inverse(m: RawMatrix4): RawMatrix4;