import type { UseStore } from 'idb-keyval';
declare function createStore(dbName: string, storeName: string): UseStore;
export default createStore;
