import { mat4, readonly_mat4 } from './mat4.type.js'; export declare function mat4_transpose(out: mat4, a: readonly_mat4): mat4;