import type { DatabaseSync } from 'node:sqlite'; export declare function readCurrentSessionId(db: DatabaseSync, sessionKey: string): string | null;