Current File : //lib/node_modules/pm2/node_modules/@pm2/io/build/main/src/wrapper/httpWrapper.d.ts
import MetricsFeature from '../features/metrics';
export default class HttpWrapper {
    private metricFeature;
    constructor(metricFeature: MetricsFeature);
    init(opts: any, http: any): any;
}