Current File : //usr/local/share/.config/yarn/global/node_modules/@pm2/io/build/main/features/events.d.ts
import { Feature } from '../featureManager';
export declare class EventsFeature implements Feature {
    private transport;
    private logger;
    init(): void;
    emit(name?: string, data?: any): any;
    destroy(): void;
}