import { close, hidePreviewMessage, open, setPrefilledVariables, showPreviewMessage, toggle, setInputValue, unmount } from '.'; import { initBubble } from './window'; declare const BeeetleBot: { initBubble: typeof initBubble; close: typeof close; hidePreviewMessage: typeof hidePreviewMessage; open: typeof open; setPrefilledVariables: typeof setPrefilledVariables; showPreviewMessage: typeof showPreviewMessage; toggle: typeof toggle; setInputValue: typeof setInputValue; unmount: typeof unmount; }; export default BeeetleBot;