import { EventSubChannelChatBaseNotificationEvent } from './EventSubChannelChatBaseNotificationEvent';
import { type EventSubChannelChatAnnouncementColor } from './EventSubChannelChatNotificationEvent.external';
/**
 * An EventSub event representing a notification for an announcement in another channel's chat during a shared chat
 * session.
 */
export declare class EventSubChannelChatSharedChatAnnouncementNotificationEvent extends EventSubChannelChatBaseNotificationEvent {
    readonly type = "shared_chat_announcement";
    /**
     * The color of the announcement.
     */
    get color(): EventSubChannelChatAnnouncementColor;
}
//# sourceMappingURL=EventSubChannelChatSharedChatAnnouncementNotificationEvent.d.ts.map