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