import DhtNode from "@hyperswarm/dht-relay"; export default class DHT { private _options; private _relays; private _activeRelays; private _maxConnections; private _inited; constructor(opts?: {}); ready(): Promise; get relays(): string[]; addRelay(pubkey: string): Promise; removeRelay(pubkey: string): boolean; clearRelays(): void; private isServerAvailable; connect(pubkey: string, options?: {}): Promise; private fillConnections; } export declare function hashDataKey(dataKey: string): Uint8Array; //# sourceMappingURL=index.d.ts.map