import { IDataSource } from '../interfaces/DataSource'; export declare function dataSourcesMatch(first: IDataSource, second: IDataSource): boolean;