import { DbConnection, DbTransactedConnection } from '../db'; export declare type Connection = DbConnection | DbTransactedConnection;