export declare class TriggerHistoryTimeoutStatus { static Idle: number; static Running: number; static Timeout: number; static Finished: number; } export declare class TriggerHistoryCallbackStatus { static Idle: number; static Running: number; static Stoped: number; static Finished: number; static Failed: number; } export declare class TriggerHistoryConstants { static TriggerHistoryTimeoutStatusDataSource: { value: number; label: string; styleClass: string; }[]; static TriggerHistoryCallbackStatusDataSource: { value: number; label: string; styleClass: string; }[]; }