/** * Set the components of a vec2 to the given values. */ declare function set(out: number[], x: number, y: number): number[]; export = set;