import { vec2 } from './vec2.type.js'; /** * Set the components of a vec2 to zero. */ export declare function vec2_zero>(out: vec2): vec2;