import { ChannelConfig } from '../config'; export declare class Channel { readonly config: T; constructor(config: T); onChannelDestroy(): Promise; }