import { vec3 } from './vec3.type.js'; /** * Set the components of a vec3 to the given values. */ export declare function vec3_set>(out: vec3, x: number, y: number, z: number): vec3;