import type { TerminalEventRecord } from "../events/recording.js"; export declare function writeEventLog(path: string, events: readonly TerminalEventRecord[]): Promise; export declare function writeSnapshot(path: string, lines: readonly string[]): Promise; export declare function readEventLog(path: string): Promise;