/**
 * Information about a bits tier upgrade.
 */
export interface ChatBitsBadgeUpgradeInfo {
    /**
     * The display name of the user.
     */
    displayName: string;
    /**
     * The new bits badge threshold that was achieved.
     */
    threshold: number;
}
//# sourceMappingURL=ChatBitsBadgeUpgradeInfo.d.ts.map