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