import { Delta } from '../../types'; export declare const isLineIntersection: (line1: [Delta, Delta], line2: [Delta, Delta]) => boolean;