import type { VersionMigration } from "#execution/durable-session-migrations/chain.js";
/** Pure shape migration from the immutable v2 wire contract to v3. */
export declare const sessionInboxWireV2Migration: VersionMigration;
