import type { MonitorId } from "./MonitorId.js"; import type { WindowManagerLayout } from "./WindowManagerLayout.js"; export type WmRenderTree = { [key in MonitorId]: WindowManagerLayout; }; //# sourceMappingURL=WmRenderTree.d.ts.map