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