import { Node } from "../..";
/**
 * syncPoolConfig fetches the pool config from the provided link
 * and parses it into a json config
 *
 * @method syncPoolConfig
 * @param {Node} this
 * @return {Promise<void>}
 */
export declare function syncPoolConfig(this: Node): Promise<void>;
