Current File : //lib/node_modules/pm2/node_modules/@pm2/io/build/main/src/actions/eventLoopInspector.d.ts
import ActionsFeature from '../features/actions';
import ActionsInterface from './actionsInterface';
export default class Inspector implements ActionsInterface {
    private actionFeature;
    constructor(actionFeature: ActionsFeature);
    init(): Promise<void | {}>;
    private exposeActions;
}