import { ChatBotInput } from "./types"; export declare function initChatBot(params: ChatBotInput): void;