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