import type { WorkspaceId } from "./WorkspaceId.js"; export type SeelenCommandMoveWindowToWorkspaceArgs = { hwnd: number; workspaceId: WorkspaceId; }; //# sourceMappingURL=SeelenCommandMoveWindowToWorkspaceArgs.d.ts.map