import { EmptyObject } from '../EmptyObject'; export declare const ShowOSDRequest = "sos.Monitoring.OSD.ShowOSDRequest"; export interface ShowOSDRequest { type: typeof ShowOSDRequest; } export declare const ShowOSDResult = "sos.Monitoring.OSD.ShowOSDResult"; export interface ShowOSDResult { type: typeof ShowOSDResult; result: EmptyObject; }