export interface IChannelPlugin { readonly name: string; start(): Promise; stop(): Promise; }