import type { TerminalRuntimeIdentity } from "./terminal-agent-adapter.js"; import { type TerminalWatch, type TerminalWatchObservationCheckpoint } from "./terminal-watch-record.js"; export declare function terminalInteractionRuntimeForWatch(input: { watch: TerminalWatch; rawTerminal: Record; checkpoint: TerminalWatchObservationCheckpoint; version: string; responseAuthority: "executable" | "notify_only"; terminalTarget: string; }): TerminalRuntimeIdentity;