import type { RawMatrix3 } from './RawMatrix3'; /** * Transpose a mat3. */ export declare function mat3Transpose(source: RawMatrix3): RawMatrix3;