import type { JSONValue } from "@ai-sdk/provider"; export declare function snapshotReasoningDetails(details: readonly JSONValue[]): JSONValue[]; export declare function snapshotStoreDetails(value: unknown): JSONValue[]; export declare function isValidReasoningDetailsRef(ref: unknown): ref is string;