import { Point, NodeOptions } from '../../types'; export declare const intersectDiamond: (node: NodeOptions, point: Point) => Point;