import { vec2 } from './vec2.type.js'; /** * Set the components of a vec2 to the given values. */ export declare function vec2_set>(out: vec2, x: number, y: number): vec2;