import type { TodoSnapshot } from "./todo-state.js"; export declare function restoreTodoSnapshotFromHistory(entries: Array<{ type?: string; message?: { role?: string; toolName?: string; details?: unknown; }; }>, writeToolName: string): TodoSnapshot; //# sourceMappingURL=session-replay.d.ts.map