import type { AgentSession } from "../../agent-tools/index.js"; import { type BrowseRequest, type BrowseResponse } from "./protocol.js"; /** Runs one CLI verb against a live session. Text output stays terse so an agent * pays for refs and diffs, not prose. */ export declare function runBrowseCommand(session: AgentSession, req: BrowseRequest): Promise; //# sourceMappingURL=commands.d.ts.map