import type { RawMatrix2 } from './RawMatrix2'; /** * Transpose a mat2. */ export declare function mat2Transpose(source: RawMatrix2): RawMatrix2;