// Type definitions for interface-transport 0.3.6 // Project: https://github.com/libp2p/interface-transport // Definitions by: Jaco Greeff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare interface Transport { } export = Transport;