UNPKG

342 BTypeScriptView Raw
1export declare const components: {
2 nodeMetrics: {
3 path: string;
4 };
5 systemMetrics: {
6 path: string;
7 };
8 processInfo: {
9 path: string;
10 };
11 sandboxFileReporter: {
12 path: string;
13 };
14 fileLoggerService: {
15 path: string;
16 };
17 deadCounter: {
18 path: string;
19 };
20};