import { ChatbotConfig, ChatbotState } from "../types";
export declare const useChatbot: (config: ChatbotConfig) => ChatbotState;
