Variable evConst

ev: ev.EventEmitter<
    BlocklistEventTypes & CallEventTypes & ChatEventTypes & ConfigEventTypes & ConnEventTypes & GroupEventTypes & OrderEventTypes & StatusEventTypes & WebpackEvents & {
        alfa: string;
        beta: (from: number, to: string) => void;
    },
> = ...