import { Node } from "..";
export declare function syncPoolState(this: Node): Promise<void>;
