import { Status } from './Status'; export declare class InstanceMonitor { uuid: string; status: Status; constructor(uuid: string, status: Status); }