import { AwsClientPool } from '../aws/ClientPool.js';
import { type DataSourceConfig } from '../config/config.js';
/**
 * Create the appropriate client pool based on data source configuration
 *
 * @param dataSourceConfig The data source configuration
 *
 * @returns An instance of the correct AwsClientPool implementation
 */
export declare function createClientPool(dataSourceConfig: DataSourceConfig | undefined): Promise<AwsClientPool>;
//# sourceMappingURL=dataSource.d.ts.map