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