import { mat4, readonly_mat4 } from './mat4.type.js'; /** * Creates a new mat4 initialized with values from an existing one. */ export declare function mat4_clone>(a: readonly_mat4): mat4;