import { Node } from "../..";
/**
 * validateIsPoolActive checks if the pool is active or not.
 * It returns true or false, wether it is active or not.
 *
 * @method validateIsPoolActive
 * @param {Node} this
 * @return {boolean}
 */
export declare function validateIsPoolActive(this: Node): boolean;
