import https from "node:https"; import { type SearchProvider } from "./provider.js"; import { type ExaSearchType } from "../types.js"; type HttpsRequestFn = typeof https.request; export declare function __setExaHttpsRequestForTesting(fn: HttpsRequestFn | undefined): void; export declare function __setExaSearchTypeResolverForTesting(resolver: (() => ExaSearchType) | undefined): void; export declare const exaProvider: SearchProvider; export {};