/**
 * @fileoverview Main entry point for the RAG chatbot system
 * @module chatbot
 *
 * This module provides a comprehensive chatbot solution with RAG capabilities,
 * including client components, admin tools, and core functionality.
 */
export * from "./core";
export * from "./client";
export * from "./admin";
export * from "./types";
export * from "./utils";
//# sourceMappingURL=index.d.ts.map