import type { Direction } from '../../../diagrams/block/blockTypes.js'; import type { D3Selection, Point } from '../../../types.js'; import type { Node } from '../../types.js'; export declare const getArrowPoints: (duplicatedDirections: Direction[], bbox: { width: number; height: number; }, node: Pick, totalWidth?: number) => Point[]; export declare function block_arrow(parent: D3Selection, node: Node): Promise>;