ChatBotKit Node SDK
    Preparing search index...
    ChatBotKitWidgetInstance: HTMLElement & {
        functions?: Record<string, WidgetFunction> | null;
        messages?: WidgetMessage[] | null;
        notifications?: Record<string, WidgetNotification> | null;
        ready: boolean;
        readyPromise: Promise<boolean>;
        restartConversation: WidgetRestartConversationFn;
        sendMessage: WidgetSendMessageFn;
    }