import { DatabaseConnectionConfig } from './DatabaseConfig'; export declare function getDatabaseConfig(name?: string): DatabaseConnectionConfig;