/** * Best-effort `cmux hooks install --yes` against a relocated, * writable config home (e.g. codex's `CODEX_HOME`) so a file-driven agent — * whose hook activation reads `$CODEX_HOME/config.toml` + `hooks.json` rather * than an `agentArgs` flag — reports its lifecycle to the cmux sidebar the * same way Claude already does via `--settings`. * * Never throws: an agent with no registered config relocation, a missing * `cmux` CLI, or a non-zero install exit all degrade to that agent simply * emitting no live status — never to a failed launch. A short timeout keeps a * hung `cmux` binary from stalling every launch on this agent. */ export declare function installCmuxAgentHooks(input: { agent: string; configDir: string; }): void; //# sourceMappingURL=cmuxAgentHookInstall.d.ts.map