import { Node } from './node.js'; export declare class EmptyNode extends Node { constructor(); setupIO(): void; created(): void; process(): void; }