/**
 * Information about a raid.
 */
export interface ChatRaidInfo {
    /**
     * The display name of the raider.
     */
    displayName: string;
    /**
     * The number of viewers joining with the raid.
     */
    viewerCount: number;
}
//# sourceMappingURL=ChatRaidInfo.d.ts.map