export declare class ServiceChannel { static get(channelSysId?: string): ServiceChannel getName(): string getSysId(): string constructor() }