import { HttpClient } from '@sisense/sdk-rest-client'; /** * Factory function to create a custom fetch function for OpenAI chat completions * This fetch function applies authentication headers from the provided httpClient * and sets the user action tracking headers. * @param httpClient - The HTTP client instance to use for authentication * @returns Custom fetch function */ export declare function createCustomFetch(httpClient: HttpClient): (url: RequestInfo | URL, init?: RequestInit) => Promise; //# sourceMappingURL=create-custom-fetch.d.ts.map