import type { SearchParams, SearchResponse } from './providers/index.js'; import type { WebToolSettings } from './types.js'; export declare function search(params: SearchParams, settings: WebToolSettings): Promise; //# sourceMappingURL=search.d.ts.map