export declare enum OrderAction { Completed = 1, Cancelled = 2, Expired = 3, Signed = 4, Created = 5, Archived = 6, ReadyToBeFinalized = 7, BatchOrderCreated = 8, InvitationPending = 9, StepModified = 10, CancellationPending = 11, NotificationAdded = 12, Expunged = 13 }