interface UseIndexedDBListResult { databases: string[]; loading: boolean; } export declare function useIndexedDBList(): UseIndexedDBListResult; export {};