import { Node } from "..";
export declare function validateRuntime(this: Node): void;
export declare function validateVersion(this: Node): void;
export declare function validateActiveNode(this: Node): void;
