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