import { R as ReplayAgentFromRecordingAgentOptions, b as AgentRunOptions, a as AgentRunResult } from './agent-recording-B5G6zanV.js'; import '@ziro-agent/core'; import '@ziro-agent/tools'; import '@ziro-agent/memory'; /** * Read a JSONL agent recording from disk and {@link replayAgentFromRecordingJsonl}. * * **Node-only** — import from `@ziro-agent/agent/node`, not the browser-safe * main entry. */ declare function replayAgentRunFromRecordingFile(recordingPath: string, agentOptions: ReplayAgentFromRecordingAgentOptions, runOptions: AgentRunOptions): Promise; export { replayAgentRunFromRecordingFile };