import { DataSource } from 'typeorm'; /** * Provides a connection to the database via TypeORM */ export declare const dataSource: DataSource;