export declare class MonitoringController { get(): Promise<{ cpu: string; memory: any; }>; }