import type { Vector3 } from 'three';
export default function isNDCPointInScreen(ndcPoint: Vector3): boolean;
export declare function isNDCPointInFront(ndcPoint: Vector3): boolean;
