/** * cmux Workspace backend. cmux is the macOS TUI; workspaces surface in its * own app, so `accessHint` has nothing concise to emit. cmux can paint a * per-workspace status pill, which `open` applies best-effort. */ import { type Adapter } from "./workspaceAdapter.ts"; export declare const cmuxAdapter: Adapter; //# sourceMappingURL=cmuxAdapter.d.ts.map