export declare const components: {
    nodeMetrics: {
        path: string;
    };
    systemMetrics: {
        path: string;
    };
    processInfo: {
        path: string;
    };
    sandboxFileReporter: {
        path: string;
    };
    fileLoggerService: {
        path: string;
    };
    deadCounter: {
        path: string;
    };
};
