export interface INoticeEvent {
    client: {
        id: string;
    };
    type: 'notice';
}
//# sourceMappingURL=notice-event.d.ts.map