/** * `fetch` for requests to Redocly APIs (Reunite main API, feedback, search, * Ask AI). Stamps the `x-redocly-client` identification header so portal * traffic is attributed correctly — use it instead of bare `fetch` for any * Redocly-bound request. */ export declare function fetchWithClient(input: string | URL, init?: Omit & { headers?: Record; }): Promise; //# sourceMappingURL=fetch-with-client.d.ts.map