// Type definitions for libp2p-kad-dht 0.10.0 // Project: https://github.com/libp2p/js-libp2p-kad-dht // Definitions by: Jaco Greeff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare class LibP2pKadDht { } export = LibP2pKadDht;