export interface DbConfig {
    logging: Array<'query' | 'info' | 'warn' | 'error'>;
}
export declare function getDbConfig(): DbConfig;
