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