export declare class ServiceChannelUtils { static deregister(channelID?: string): void static flushWorkload(channelID?: string): void static getServiceChannelConditions(serviceChannelId?: string): string static recalculateWorkload(channelID?: string): void static register(channelID?: string): void static registerMissingResponders(): void }