export { useBuniChat } from './composables/useBuniChat'; export declare const BuniChatWidget: import("vue").DefineComponent<{}, {}, any>; import type { App } from 'vue'; export declare const BuniChatPlugin: { install(app: App): void; }; export type { BuniChatConfig, BuniChatOptions, BuniChatState, CustomerData, SessionVariables, BuniChatAPI, BuniChatEvents } from '@buni.ai/chatbot-core'; export { BuniChatWidget as BuniChatWidgetCore, createBuniChatWidget } from '@buni.ai/chatbot-core'; //# sourceMappingURL=index.d.ts.map