import { AbstractService } from './abstract.service'; import { ChannelName } from '../../bus.api'; export declare abstract class AbstractAutoService extends AbstractService { protected constructor(name: string, requestChannel: ChannelName, broadcastChannel?: ChannelName); }