export interface ConnectionConfig { name: string; dialect: string; connection: any; } //# sourceMappingURL=connection.d.ts.map