import type { RawMatrix4 } from './RawMatrix4'; /** * Transpose a mat4. */ export declare function mat4Transpose(m: RawMatrix4): RawMatrix4;