export declare class Events { static logCancellation(workItemSysId?: string, reason?: string): void static logRejection(workItemRejectionSysId?: string): void }