import type { VersionMigration } from "#execution/durable-session-migrations/chain.js";
/** Advances version-4 payloads to the additive token-cost schema. */
export declare const sessionInboxWireV4Migration: VersionMigration;
