export declare const AssignmentStatus: { readonly Approved: "Approved"; readonly Rejected: "Rejected"; readonly Submitted: "Submitted"; }; export type AssignmentStatus = (typeof AssignmentStatus)[keyof typeof AssignmentStatus]; export declare const Comparator: { readonly DoesNotExist: "DoesNotExist"; readonly EqualTo: "EqualTo"; readonly Exists: "Exists"; readonly GreaterThan: "GreaterThan"; readonly GreaterThanOrEqualTo: "GreaterThanOrEqualTo"; readonly In: "In"; readonly LessThan: "LessThan"; readonly LessThanOrEqualTo: "LessThanOrEqualTo"; readonly NotEqualTo: "NotEqualTo"; readonly NotIn: "NotIn"; }; export type Comparator = (typeof Comparator)[keyof typeof Comparator]; export declare const HITAccessActions: { readonly Accept: "Accept"; readonly DiscoverPreviewAndAccept: "DiscoverPreviewAndAccept"; readonly PreviewAndAccept: "PreviewAndAccept"; }; export type HITAccessActions = (typeof HITAccessActions)[keyof typeof HITAccessActions]; export declare const HITReviewStatus: { readonly MarkedForReview: "MarkedForReview"; readonly NotReviewed: "NotReviewed"; readonly ReviewedAppropriate: "ReviewedAppropriate"; readonly ReviewedInappropriate: "ReviewedInappropriate"; }; export type HITReviewStatus = (typeof HITReviewStatus)[keyof typeof HITReviewStatus]; export declare const HITStatus: { readonly Assignable: "Assignable"; readonly Disposed: "Disposed"; readonly Reviewable: "Reviewable"; readonly Reviewing: "Reviewing"; readonly Unassignable: "Unassignable"; }; export type HITStatus = (typeof HITStatus)[keyof typeof HITStatus]; export declare const QualificationTypeStatus: { readonly Active: "Active"; readonly Inactive: "Inactive"; }; export type QualificationTypeStatus = (typeof QualificationTypeStatus)[keyof typeof QualificationTypeStatus]; export declare const EventType: { readonly AssignmentAbandoned: "AssignmentAbandoned"; readonly AssignmentAccepted: "AssignmentAccepted"; readonly AssignmentApproved: "AssignmentApproved"; readonly AssignmentRejected: "AssignmentRejected"; readonly AssignmentReturned: "AssignmentReturned"; readonly AssignmentSubmitted: "AssignmentSubmitted"; readonly HITCreated: "HITCreated"; readonly HITDisposed: "HITDisposed"; readonly HITExpired: "HITExpired"; readonly HITExtended: "HITExtended"; readonly HITReviewable: "HITReviewable"; readonly Ping: "Ping"; }; export type EventType = (typeof EventType)[keyof typeof EventType]; export declare const QualificationStatus: { readonly Granted: "Granted"; readonly Revoked: "Revoked"; }; export type QualificationStatus = (typeof QualificationStatus)[keyof typeof QualificationStatus]; export declare const ReviewableHITStatus: { readonly Reviewable: "Reviewable"; readonly Reviewing: "Reviewing"; }; export type ReviewableHITStatus = (typeof ReviewableHITStatus)[keyof typeof ReviewableHITStatus]; export declare const ReviewPolicyLevel: { readonly Assignment: "Assignment"; readonly HIT: "HIT"; }; export type ReviewPolicyLevel = (typeof ReviewPolicyLevel)[keyof typeof ReviewPolicyLevel]; export declare const ReviewActionStatus: { readonly Cancelled: "Cancelled"; readonly Failed: "Failed"; readonly Intended: "Intended"; readonly Succeeded: "Succeeded"; }; export type ReviewActionStatus = (typeof ReviewActionStatus)[keyof typeof ReviewActionStatus]; export declare const NotifyWorkersFailureCode: { readonly HardFailure: "HardFailure"; readonly SoftFailure: "SoftFailure"; }; export type NotifyWorkersFailureCode = (typeof NotifyWorkersFailureCode)[keyof typeof NotifyWorkersFailureCode]; export declare const NotificationTransport: { readonly Email: "Email"; readonly SNS: "SNS"; readonly SQS: "SQS"; }; export type NotificationTransport = (typeof NotificationTransport)[keyof typeof NotificationTransport];