import { Bot, BotV6 } from './bot' export type Group = Bot['groups'][number] export type TEvent = BotV6['events'][number]