UNPKG

@pm2/io

Version:
8 lines (7 loc) 248 B
export declare class Service { } export declare class ServiceManager { static get(serviceName: string): any | undefined; static set(serviceName: string, service: Service): Map<string, any>; static reset(serviceName: string): boolean; }