import type { DurableSessionSnapshot } from "#execution/durable-session-store.js";
/**
 * Migrates a {@link DurableSessionSnapshot} up to
 * {@link DURABLE_SESSION_VERSION}. Pure; safe to call inline.
 */
export declare function migrateDurableSessionSnapshot(value: unknown): DurableSessionSnapshot;
