import { mat3, readonly_mat3 } from './mat3.type.js'; /** * Copy the values from one mat3 to another. */ export declare function mat3_copy>(out: mat3, a: readonly_mat3): mat3;