import type { ConversationTurn } from "./types.js"; export declare const WAND_PROTOCOL_VERSION = 2; /** * Add Wand-owned semantics without mutating persisted provider blocks. * This is the external interface consumed by every client. */ export declare function enrichStructuredMessages(messages: ConversationTurn[]): ConversationTurn[];