import type { Graph } from '@dagrejs/graphlib'; import type { EdgeLabel, GraphLabel, NodeLabel } from "../types"; export { position }; declare function position(graph: Graph): void; //# sourceMappingURL=index.d.ts.map