import { EventBus } from '@nestjs/cqrs';
import { ChannelService } from '../channel.service';
import { RestChannelConfig } from './rest-channel.types';
export declare class RestChannelService extends ChannelService<RestChannelConfig, false> {
    togglable: false;
    name: 'restChannel';
    constructor(enabled: boolean, auth: RestChannelConfig, eventBus: EventBus);
}
//# sourceMappingURL=rest-channel.service.d.ts.map