declare module "http-proxy" { /* interface Options { target : forward: agent : ssl : ws : xfwd : secure : toProxy: prependPath: ignorePath: localAddress : changeOrigin: auth : Basic authentication i.e. 'user:password' to compute an Authorization header. hostRewrite: rewrites the location hostname on (301/302/307/308) redirects, Default: null. autoRewrite: rewrites the location host/port on (301/302/307/308) redirects based on requested host/port. Default: false. protocolRewrite: rewrites the location protocol on (301/302/307/308) redirects to 'http' or 'https'. Default: null. } */ var p: any; export = p; }