import type { StorageManager } from '@db-studio/storage'; export declare const _cache: { storage: any | null; }; export declare const getStorage: () => Promise;