export declare enum Event { CREATED = 0, REJECTED = 1, QUEUED = 2, EVICTED = 3, LAUNCHED = 4, COMPLETED = 5, FAILED = 6 }