import { ISQLite } from './types'; export * from './types'; declare global { function nativeCallSyncHook(): unknown; var __QuickSQLiteProxy: object | undefined; } export declare const QuickSQLite: ISQLite; export declare const open: (dbName: string, options?: import("./types").OpenOptions) => import("./types").QuickSQLiteConnection; export declare const typeORMDriver: { openDatabase: (options: { name: string; location?: string; }, ok: (db: any) => void, fail: (msg: string) => void) => any; }; //# sourceMappingURL=index.d.ts.map