import { type OpenWebEmbedOptions, openEmbed } from './openEmbed'; import { type StartConversationWithAgentParams, type ConversationController, startConversationWithAgent } from './startConversationWithAgent'; export { OpenWebEmbedOptions, openEmbed, StartConversationWithAgentParams, ConversationController, startConversationWithAgent, }; /** @deprecated */ export declare const open: typeof openEmbed;