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