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