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