import type { TypesenseClient } from "./typesense.js"; /** Fetch-based Typesense client used by the Node graph provider. */ export declare function createTypesenseFetchClient(host: string, apiKey: string): TypesenseClient;