export default customOpenDatabase;
declare function customOpenDatabase(SQLiteDatabase: any, opts: any): (...args: any[]) => WebSQLDatabase;
import WebSQLDatabase from './websql/WebSQLDatabase.js';
//# sourceMappingURL=custom.d.ts.map