import type { Node } from '../../types.js'; import type { D3Selection } from '../../../types.js'; export declare const createStadiumPathD: (x: number, y: number, totalWidth: number, totalHeight: number) => string; export declare function stadium(parent: D3Selection, node: Node): Promise>;