export declare class ServiceChannel { constructor(); static get(channelSysId?: string): ServiceChannel; getName(): string; getSysId(): string; } //# sourceMappingURL=ServiceChannel.d.ts.map