import type { MonitorId } from "./MonitorId.js"; export type SeelenCommandCreateWorkspaceArgs = { monitorId: MonitorId; }; //# sourceMappingURL=SeelenCommandCreateWorkspaceArgs.d.ts.map