export type MonitorBrightness = { instanceName: string; currentBrightness: number; levels: number; availableLevels: Array; active: boolean; }; //# sourceMappingURL=MonitorBrightness.d.ts.map