import { IDBCreator } from './idb-types.js'; import '@firtoz/idb-collections'; /** * Default IDB creator that uses the native IndexedDB API. */ declare const defaultIDBCreator: IDBCreator; export { defaultIDBCreator };