import type { DataSourceConfig } from '../Config'; export declare function readRemoteDataSource(config: DataSourceConfig, report: any): Promise;