import { mat3, readonly_mat3 } from './mat3.type.js'; export declare function mat3_transpose(out: mat3, a: readonly_mat3): mat3;