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