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