export interface CacheValue { db: any; client: any; pending: boolean; opening: boolean; init: any; }