/// import { Server } from 'http'; import { Plugin } from './plugins'; declare const proxyServer: (plugin: Plugin, args: { https: boolean; port: string; registry: string; }) => Server; export default proxyServer;