import type { GraphNode } from './graph.js'; import type { Rectangle } from './rectangle.js'; import type { Point } from './simplify-path.js'; export declare function route(rectangles: Rectangle[], points: Point[]): GraphNode[]; //# sourceMappingURL=route.d.ts.map