import Application from '../application';
import { IChannelServiceOptions, IComponent } from '..';
import ChannelService from '../common/service/channelService';
export default class ChannelComponent extends ChannelService implements IComponent {
    constructor(app: Application, opts: IChannelServiceOptions);
}
