import type { Node } from '../../types.js'; import type { D3Selection } from '../../../types.js'; export declare function hourglass(parent: D3Selection, node: Node): Promise>;