export declare const DHT_BOOTSTRAP_WAIT_CAP_MS = 5000; interface BootstrappableDht { bootstrapped: boolean; fullyBootstrapped(): Promise; } export declare function ensureDhtBootstrapped(dht: BootstrappableDht, timeout: number | undefined): Promise; export declare function describeConnectFailure(error: unknown, publicKey: string, relayCount: number): string; export {}; //# sourceMappingURL=delegate-connect-diagnostics.d.ts.map