import { ChatBot } from "./@types/chatbot.ts";
import { conversation_style } from "./@types/ultility.ts";

export {
    conversation_style,
    ChatBot
};