import type { ChatRequestPayload, ChatResponse, CreateChatBotApiRequestOptions } from "../types.js"; export declare function createChatBotApiRequest({ apiUrl, apiMethod, headers }: CreateChatBotApiRequestOptions): (payload: ChatRequestPayload) => Promise;