/** * Math.round the components of a vec2 */ declare function round(out: number[], a: number[]): number[]; export = round;