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