import * as SQLite from "@vlcn.io/wa-sqlite"; import { DB } from "./DB.js"; export { DB } from "./DB.js"; type SQLiteAPI = ReturnType; export declare class SQLite3 { private base; constructor(base: SQLiteAPI); open(filename?: string, mode?: string): Promise; } export default function initWasm(locateWasm?: (file: string) => string): Promise; //# sourceMappingURL=index.d.ts.map