* Run the search. Should throw on transport-level failure (network, parse), not on * "zero results" — zero results is a valid empty array.
(query: string, opts: SearchOptions)
| 29 | * "zero results" — zero results is a valid empty array. |
| 30 | */ |
| 31 | search(query: string, opts: SearchOptions): Promise<WebSearchResult[]>; |
| 32 | } |
| 33 | |
| 34 | export interface SearchOptions { |
no outgoing calls
no test coverage detected