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