import { H as ProviderConfig, Q as SearchResult, X as SearchRequestOptions, o as Provider } from "../provider-BeqDw0W2.mjs"; //#region src/providers/exa.d.ts export declare class ExaProvider extends Provider { static readonly providerName = "exa"; static readonly defaultBaseURL = "https://api.exa.ai"; private readonly apiKey; constructor(config: Readonly); search(query: string, options?: SearchRequestOptions): Promise; } //#endregion //# sourceMappingURL=exa.d.mts.map