export declare abstract class TypedChannelEvent { readonly abstract channelName: string; readonly abstract eventName: string; }