import type { NormalizedExaResult } from "../types.js"; export declare function braveWebSearch(query: string, options: { apiKey: string; numResults: number; signal?: AbortSignal; }): Promise; //# sourceMappingURL=brave.d.ts.map