import type Point3 from '../types/Point3'; export default function isOpposite(v1: Point3, v2: Point3, tolerance?: number): boolean;