export declare function normalizeSessionEntrySlotKey(value: unknown): { ok: true; key: string; } | { ok: false; error: string; };