import { ISystem } from "../../api/structures/monitors/ISystem"; export declare class SystemController { get(): Promise; }