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