import type { SearchResult } from './SearchResult'; export declare type SearchResults = { results?: Array; };