export declare class TypeOrmConnectionManagerService { private static readonly TAG; static reconnectionPromise: Promise; static isConnection: boolean; static reconnectDriverToDb(connectionName: string, username: string, password: string): Promise; } //# sourceMappingURL=type-orm-connection-manager.service.d.ts.map