import { LayoutEngine } from '../context/LayoutContext'; /** * Adapter for the existing Dagre implementation. * This wraps the original calculateLayoutWithDagre function to match the LayoutEngine interface */ export declare const DagreEngine: LayoutEngine; export declare const engines: { dagre: LayoutEngine; };