import type { Rectangle } from '../rectangle.js'; import type { Point } from '../simplify-path.js'; import type { CreateGraphReturned } from './types.js'; export declare function createGraph(rectangles: Rectangle[], points: Point[], margin?: number[]): CreateGraphReturned; //# sourceMappingURL=create-graph.d.ts.map