import type { ErrorValue, Snapshot } from "@manifesto-ai/core"; export declare function readSnapshotCurrentError(snapshot: Snapshot): ErrorValue | null;