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