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