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