export declare class EventDefinition { Id: string; name: string; triggerAction: string; Async: boolean; SignalRef: string; constructor(); }