import { CommonPoolInfo } from '../modules';
export declare const dumpPools: (pools: CommonPoolInfo[]) => void;
