import type { Capability } from 'ircv3'; /** * This capability just enables standard IRC commands that Twitch chose to disable by default. * It has no message types on its own. * * @private */ export declare const TwitchMembershipCapability: Capability;