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