import type { WidgetStatus } from "./WidgetStatus.js"; export type WidgetDebugInfo = { label: string; widgetId: string; monitorId: string | null; instanceId: string | null; status: WidgetStatus; webviewWindowId: number | null; }; //# sourceMappingURL=WidgetDebugInfo.d.ts.map