import { FetchEventSourceInit } from '@microsoft/fetch-event-source'; /** * ai 聊天 sse * * @author chitanda * @date 2023-10-24 11:10:06 * @export * @param {string} url * @param {IParams} params * @param {FetchEventSourceInit} [options={}] * @return {*} {Promise} */ export declare function aiChatSse(url: string, params: IParams, options?: FetchEventSourceInit): Promise; //# sourceMappingURL=ai-chat-sse.d.ts.map