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