declare module "@sandbox-agent/foundry-client/view-model" { export { TASK_STATUS_GROUPS, groupTaskStatus, } from "@sandbox-agent/foundry-client"; export type { TaskStatusGroup } from "@sandbox-agent/foundry-client"; }