import type { DataSource } from 'typeorm';
import type { DataSourceFindOptions } from './type';
export declare function findDataSource(context?: DataSourceFindOptions): Promise<DataSource | undefined>;
