import type { Store } from "./types.js"; export declare function openStore(dbPath: string): Store; //# sourceMappingURL=store.d.ts.map