import { SingleDataSource } from "./singleDataSource";
import { AggregationDataSource } from "./aggregationDataSource";
export declare type DataSource = SingleDataSource | AggregationDataSource;
