import { WebChatAPI, EmbedChatAPI } from './types';
declare const WebChat: WebChatAPI;
declare const EmbedChatAPI: EmbedChatAPI;
export { WebChat, EmbedChatAPI };
