import type { Edge, Node } from '../../../types.js';
export declare function nudgeSharedInteriorSubpaths(edges: Edge[], nodeByIdMap: Map<string, Node>): void;
