import { Node } from "../..";
/**
 * validateRuntime checks if the runtime of the pool matches with the runtime of
 * the node. If it does not match the node will exit.
 *
 * @method validateRuntime
 * @param {Node} this
 * @return {void}
 */
export declare function validateRuntime(this: Node): void;
