import { BusinessProcessEvent } from './BusinessProcessEvent'; import { ComponentType } from './ComponentType'; export declare class SystemEvent extends BusinessProcessEvent { private systemMessage; constructor(businessProcessName: string, componentType: ComponentType); constructor(businessProcessName: string, componentType: ComponentType, systemMessage: string); SystemMessage: string; IsValidEvent(): boolean; getTelemetryObject(): {}; }