export declare type NickListEvents = { update: (channels?: string[]) => void; channelRemoved: (channel: string) => void; };