import { Graph } from "./graph-lib"; import type { LayoutOptions } from "./types"; export declare function layout(g: Graph, opts?: LayoutOptions): Graph; //# sourceMappingURL=layout.d.ts.map