import type { SessionEntry } from "./types.js";
export declare function readSessionStoreReadOnly(storePath: string): Record<string, SessionEntry | undefined>;
