import { Vec4 } from './Vec4'; export declare function Vec4ClampScalar(a: Vec4, min: number, max: number, out?: Vec4): Vec4; //# sourceMappingURL=Vec4ClampScalar.d.ts.map