Current File : //usr/local/share/.config/yarn/global/node_modules/@pm2/io/build/main/census/plugins/net.d.ts
import { BasePlugin } from '@opencensus/core';
export declare class NetPlugin extends BasePlugin {
    constructor(moduleName: string);
    protected applyPatch(): any;
    applyUnpatch(): void;
    protected getPatchIncomingRequestFunction(): (original: (event: string) => boolean) => (event: string, ...args: any[]) => boolean;
}
export declare const plugin: NetPlugin;