import { vec3, readonly_vec3 } from './vec3.type.js'; /** * Negates the components of a vec3. */ export declare function vec3_negate>(out: vec3, a: readonly_vec3): vec3;