import type { DataRepositoryWithDocuments } from './data-repository-with-documents.js';
/**
 * Representation of the 'RetievalDataRepositorySearchResult' schema.
 */
export type RetievalDataRepositorySearchResult = {
    dataRepository: DataRepositoryWithDocuments;
} & Record<string, any>;
//# sourceMappingURL=retieval-data-repository-search-result.d.ts.map