import type { SessionEntry } from "./types.js"; export declare function applySessionStoreMigrations(store: Record): void;