import { Idb } from "./types.js"; export declare function idbOpen(dbName: string, storeName?: string): Promise;