import { Node } from "../../Node.js"; export declare function _Programming(label?: string, options?: Record): Node; export declare function Programming(label?: string, options?: Record): Node;