import type { ChannelEvents } from './ChannelEvents';
/**
 * All possible events that the chatbot could listen.
 */
export type Events = ChannelEvents | 'ChatBotReady';
