import type { Http2Session } from "node:http2"; import type { Client } from "undici"; import type { Pool } from "undici"; export declare function undici_getPoolClients(pool: Pool): Client[]; export declare function undici_getClientHttp2Session(client: Client): Http2Session | null;