import type { Snapshot } from "@manifesto-ai/core"; import type { ErrorInfo } from "./types.js"; export declare function deriveErrorInfo(snapshot: Snapshot): ErrorInfo;