import { IamCollectClient } from '../collect/client.js';
/**
 * Get an IAMCollectClient for a test database
 *
 * @param dataSetId the ID of the test dataset to use
 * @returns IamCollectClient instance configured for the specified dataset
 */
export declare function getTestDatasetClient(dataSetId: string): IamCollectClient;
//# sourceMappingURL=testClient.d.ts.map