import { Open } from './types'; /** * DO NOT USE THIS! THIS IS MEANT FOR TYPEORM * If you are looking for a convenience wrapper use `connect` */ export declare const setupTypeORMDriver: (open: Open) => { openDatabase: (options: { name: string; location?: string; }, ok: (db: any) => void, fail: (msg: string) => void) => any; }; //# sourceMappingURL=type-orm.d.ts.map