import type { Node } from '../../types.js'; import type { D3Selection } from '../../../types.js'; /** * Person shape: a circular head above a rounded-rectangle body, as used for * people/actors in C4 model notation. */ export declare function person(parent: D3Selection, node: Node): Promise>;