import { Connection, ConnectionOptions } from 'typeorm'; export declare function makeOpenTestDB(opts: Partial): (name: string) => Promise; export declare function closeTestDB(conn: Connection): Promise;