import type { Client } from '../../../../clients/types.mjs'; export declare function getPeerPool(client: Client): Promise;