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