import type { ChatType } from "../../../types/index.js"; import type { OpenAIConversationLike } from "../types/openAiTypes.js"; export declare function mapOpenAIConversationsToChats(conversations: OpenAIConversationLike[] | null | undefined): ChatType[];