import type { DataSource } from "typeorm"; export declare function configureDataSource(dataSource: DataSource): void;