import type { Node, ShapeRenderOptions } from '../../types.js'; import type { D3Selection } from '../../../types.js'; /** Console shape: a rounded terminal window with a command prompt glyph in the top-left. */ export declare function consoleWindow(parent: D3Selection, node: Node, { config: { themeVariables } }: ShapeRenderOptions): Promise>;