import type { ChatWidgetTheme, ResolvedChatWidgetConfig } from "./types"; export declare const defaultNestChatEndpoints: { ask: string; askStream: string; history: string; listChats: string; createChat: string; updateChat: string; deleteChat: string; feedback: string; docs: string; knowledgeGraph: string; }; export declare const defaultTheme: ChatWidgetTheme; export declare const defaultConfigValues: Omit;