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