import { SearchOptions, SearchResults } from '../types';
/**
 * Verifies the search results by checking whether there are no duplicates.
 */
export declare function verifySearchResults(searchResults: SearchResults, options: SearchOptions): number;
