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