import type { GraphNodeId, LogicalArcGraph } from '@adam-sv/arc'; import { IComputedGraphLayout } from '.'; import { IGraphLayoutOptions } from '../types'; export declare function hierarchicalLayout(graph: LogicalArcGraph, layoutOptions: IGraphLayoutOptions): Pick, 'placements' | 'topLevelNodes'>;