Current File : //lib/node_modules/pm2/node_modules/@pm2/io/build/main/src/serviceManager.d.ts
export declare class ServiceManager {
    static get(type: string): any;
    static set(type: string, service: any): void;
    static reset(type: string): void;
}