import type { Vector2 } from 'three';
export declare function isVector2Valid(vector: Vector2): boolean;
