export type DHT = import('./types').DHT; export type KadDHTOps = import('./kad-dht').KadDHTOps; export type QueryEvent = import('./types').QueryEvent; export type SendingQueryEvent = import('./types').SendingQueryEvent; export type PeerResponseEvent = import('./types').PeerResponseEvent; export type FinalPeerEvent = import('./types').FinalPeerEvent; export type QueryErrorEvent = import('./types').QueryErrorEvent; export type ProviderEvent = import('./types').ProviderEvent; export type ValueEvent = import('./types').ValueEvent; export type AddingPeerEvent = import('./types').AddingPeerEvent; export type DialingPeerEvent = import('./types').DialingPeerEvent; declare function create(opts: import("./kad-dht").KadDHTOps): import("./types").DHT; export {}; //# sourceMappingURL=index.d.ts.map