import * as net from './net'; import * as tls from './tls'; import * as http from './http'; import * as https from './https'; import { fetch } from './fetch'; export * from './net'; export { tls, http, https, fetch }; declare const _default: { tls: typeof tls; http: typeof http; https: typeof https; createConnection(options: any, connectionListener?: () => void): net.Socket; createServer(options?: any, connectionListener?: (socket: net.Socket) => void): net.Server; SocketAddress: typeof net.SocketAddress; BlockList: typeof net.BlockList; Socket: typeof net.Socket; Server: typeof net.Server; connect: typeof net.createConnection; isIP: typeof net.isIP; isIPv4: typeof net.isIPv4; isIPv6: typeof net.isIPv6; getDefaultAutoSelectFamily: typeof net.getDefaultAutoSelectFamily; setDefaultAutoSelectFamily: typeof net.setDefaultAutoSelectFamily; isVerbose: typeof net.isVerbose; setVerbose: typeof net.setVerbose; initWithConfig: typeof net.initWithConfig; default: { Socket: typeof net.Socket; Server: typeof net.Server; SocketAddress: typeof net.SocketAddress; BlockList: typeof net.BlockList; createConnection: typeof net.createConnection; createServer: typeof net.createServer; connect: typeof net.createConnection; isIP: typeof net.isIP; isIPv4: typeof net.isIPv4; isIPv6: typeof net.isIPv6; getDefaultAutoSelectFamily: typeof net.getDefaultAutoSelectFamily; setDefaultAutoSelectFamily: typeof net.setDefaultAutoSelectFamily; setVerbose: typeof net.setVerbose; initWithConfig: typeof net.initWithConfig; }; }; export default _default; //# sourceMappingURL=index.d.ts.map