import { Node } from "../..";
/**
 * validateIsNodeValidator checks if the staker of the node is in the
 * active validator set of the pool. If the staker is not a validator
 * the node will exit.
 *
 * @method validateIsNodeValidator
 * @param {Node} this
 * @return {void}
 */
export declare function validateIsNodeValidator(this: Node): void;
