export interface DBConfig { encryption_key_hash: string | null; encryption_complete: boolean; }