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