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