import type { SessionEntry } from "./types.js"; export declare function normalizePersistedSessionEntryShape(value: unknown): SessionEntry | undefined;