export function getIntersection(segment1: any, segment2: any): {
    x: any;
    y: any;
} | null;
//# sourceMappingURL=getIntersection.d.ts.map