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