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