import type { LayoutData } from '../../types.js';
/**
 * Inject DOMUS-style edge-label dummy nodes (the split-edge label topology used by the
 * DOMUS backend). DDLT uses this so the graph matches the browser without a DOM pass.
 */
export declare function injectDomusEdgeLabelNodes(data: LayoutData): void;
