import type { ChatCompletionInput, ChatCompletionOutput } from "@huggingface/tasks"; import type { BaseArgs, Options } from "../../types.js"; /** * Use the chat completion endpoint to generate a response to a prompt, using OpenAI message completion API no stream */ export declare function chatCompletion(args: BaseArgs & ChatCompletionInput, options?: Options): Promise; //# sourceMappingURL=chatCompletion.d.ts.map