import type { Node, ShapeRenderOptions } from '../../types.js'; import type { D3Selection } from '../../../types.js'; export declare function forkJoin(parent: D3Selection, node: Node, { dir, config: { state, themeVariables } }: ShapeRenderOptions): import("d3-selection").Selection;