import { PoolKey, PoolState } from './types'; export declare function sortPools(a: PoolState, b: PoolState): 1 | -1 | 0; export declare function toId(key: PoolKey): string;