import { Node } from "..";
export declare function runNode(this: Node): Promise<void>;
