import { TypeOrmModuleOptions } from '@nestjs/typeorm'; import 'dotenv/config'; declare const dbConfig: TypeOrmModuleOptions; export = dbConfig;