/** Discard the global HTTP connection pool so post-restore requests open fresh sockets. Never * throws (a wake must not fail on pool hygiene) and never blocks (the dead pool drains in the * background). Returns true if the dispatcher was swapped. */ export declare function resetHttpConnectionPool(): boolean;