import { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, } from "@smithy/types"; import { AcceptQualificationRequestCommandInput, AcceptQualificationRequestCommandOutput, } from "./commands/AcceptQualificationRequestCommand"; import { ApproveAssignmentCommandInput, ApproveAssignmentCommandOutput, } from "./commands/ApproveAssignmentCommand"; import { AssociateQualificationWithWorkerCommandInput, AssociateQualificationWithWorkerCommandOutput, } from "./commands/AssociateQualificationWithWorkerCommand"; import { CreateAdditionalAssignmentsForHITCommandInput, CreateAdditionalAssignmentsForHITCommandOutput, } from "./commands/CreateAdditionalAssignmentsForHITCommand"; import { CreateHITCommandInput, CreateHITCommandOutput } from "./commands/CreateHITCommand"; import { CreateHITTypeCommandInput, CreateHITTypeCommandOutput, } from "./commands/CreateHITTypeCommand"; import { CreateHITWithHITTypeCommandInput, CreateHITWithHITTypeCommandOutput, } from "./commands/CreateHITWithHITTypeCommand"; import { CreateQualificationTypeCommandInput, CreateQualificationTypeCommandOutput, } from "./commands/CreateQualificationTypeCommand"; import { CreateWorkerBlockCommandInput, CreateWorkerBlockCommandOutput, } from "./commands/CreateWorkerBlockCommand"; import { DeleteHITCommandInput, DeleteHITCommandOutput } from "./commands/DeleteHITCommand"; import { DeleteQualificationTypeCommandInput, DeleteQualificationTypeCommandOutput, } from "./commands/DeleteQualificationTypeCommand"; import { DeleteWorkerBlockCommandInput, DeleteWorkerBlockCommandOutput, } from "./commands/DeleteWorkerBlockCommand"; import { DisassociateQualificationFromWorkerCommandInput, DisassociateQualificationFromWorkerCommandOutput, } from "./commands/DisassociateQualificationFromWorkerCommand"; import { GetAccountBalanceCommandInput, GetAccountBalanceCommandOutput, } from "./commands/GetAccountBalanceCommand"; import { GetAssignmentCommandInput, GetAssignmentCommandOutput, } from "./commands/GetAssignmentCommand"; import { GetFileUploadURLCommandInput, GetFileUploadURLCommandOutput, } from "./commands/GetFileUploadURLCommand"; import { GetHITCommandInput, GetHITCommandOutput } from "./commands/GetHITCommand"; import { GetQualificationScoreCommandInput, GetQualificationScoreCommandOutput, } from "./commands/GetQualificationScoreCommand"; import { GetQualificationTypeCommandInput, GetQualificationTypeCommandOutput, } from "./commands/GetQualificationTypeCommand"; import { ListAssignmentsForHITCommandInput, ListAssignmentsForHITCommandOutput, } from "./commands/ListAssignmentsForHITCommand"; import { ListBonusPaymentsCommandInput, ListBonusPaymentsCommandOutput, } from "./commands/ListBonusPaymentsCommand"; import { ListHITsCommandInput, ListHITsCommandOutput } from "./commands/ListHITsCommand"; import { ListHITsForQualificationTypeCommandInput, ListHITsForQualificationTypeCommandOutput, } from "./commands/ListHITsForQualificationTypeCommand"; import { ListQualificationRequestsCommandInput, ListQualificationRequestsCommandOutput, } from "./commands/ListQualificationRequestsCommand"; import { ListQualificationTypesCommandInput, ListQualificationTypesCommandOutput, } from "./commands/ListQualificationTypesCommand"; import { ListReviewableHITsCommandInput, ListReviewableHITsCommandOutput, } from "./commands/ListReviewableHITsCommand"; import { ListReviewPolicyResultsForHITCommandInput, ListReviewPolicyResultsForHITCommandOutput, } from "./commands/ListReviewPolicyResultsForHITCommand"; import { ListWorkerBlocksCommandInput, ListWorkerBlocksCommandOutput, } from "./commands/ListWorkerBlocksCommand"; import { ListWorkersWithQualificationTypeCommandInput, ListWorkersWithQualificationTypeCommandOutput, } from "./commands/ListWorkersWithQualificationTypeCommand"; import { NotifyWorkersCommandInput, NotifyWorkersCommandOutput, } from "./commands/NotifyWorkersCommand"; import { RejectAssignmentCommandInput, RejectAssignmentCommandOutput, } from "./commands/RejectAssignmentCommand"; import { RejectQualificationRequestCommandInput, RejectQualificationRequestCommandOutput, } from "./commands/RejectQualificationRequestCommand"; import { SendBonusCommandInput, SendBonusCommandOutput } from "./commands/SendBonusCommand"; import { SendTestEventNotificationCommandInput, SendTestEventNotificationCommandOutput, } from "./commands/SendTestEventNotificationCommand"; import { UpdateExpirationForHITCommandInput, UpdateExpirationForHITCommandOutput, } from "./commands/UpdateExpirationForHITCommand"; import { UpdateHITReviewStatusCommandInput, UpdateHITReviewStatusCommandOutput, } from "./commands/UpdateHITReviewStatusCommand"; import { UpdateHITTypeOfHITCommandInput, UpdateHITTypeOfHITCommandOutput, } from "./commands/UpdateHITTypeOfHITCommand"; import { UpdateNotificationSettingsCommandInput, UpdateNotificationSettingsCommandOutput, } from "./commands/UpdateNotificationSettingsCommand"; import { UpdateQualificationTypeCommandInput, UpdateQualificationTypeCommandOutput, } from "./commands/UpdateQualificationTypeCommand"; import { MTurkClient } from "./MTurkClient"; export interface MTurk { acceptQualificationRequest( args: AcceptQualificationRequestCommandInput, options?: __HttpHandlerOptions, ): Promise; acceptQualificationRequest( args: AcceptQualificationRequestCommandInput, cb: (err: any, data?: AcceptQualificationRequestCommandOutput) => void, ): void; acceptQualificationRequest( args: AcceptQualificationRequestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptQualificationRequestCommandOutput) => void, ): void; approveAssignment( args: ApproveAssignmentCommandInput, options?: __HttpHandlerOptions, ): Promise; approveAssignment( args: ApproveAssignmentCommandInput, cb: (err: any, data?: ApproveAssignmentCommandOutput) => void, ): void; approveAssignment( args: ApproveAssignmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ApproveAssignmentCommandOutput) => void, ): void; associateQualificationWithWorker( args: AssociateQualificationWithWorkerCommandInput, options?: __HttpHandlerOptions, ): Promise; associateQualificationWithWorker( args: AssociateQualificationWithWorkerCommandInput, cb: (err: any, data?: AssociateQualificationWithWorkerCommandOutput) => void, ): void; associateQualificationWithWorker( args: AssociateQualificationWithWorkerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateQualificationWithWorkerCommandOutput) => void, ): void; createAdditionalAssignmentsForHIT( args: CreateAdditionalAssignmentsForHITCommandInput, options?: __HttpHandlerOptions, ): Promise; createAdditionalAssignmentsForHIT( args: CreateAdditionalAssignmentsForHITCommandInput, cb: (err: any, data?: CreateAdditionalAssignmentsForHITCommandOutput) => void, ): void; createAdditionalAssignmentsForHIT( args: CreateAdditionalAssignmentsForHITCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAdditionalAssignmentsForHITCommandOutput) => void, ): void; createHIT( args: CreateHITCommandInput, options?: __HttpHandlerOptions, ): Promise; createHIT( args: CreateHITCommandInput, cb: (err: any, data?: CreateHITCommandOutput) => void, ): void; createHIT( args: CreateHITCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHITCommandOutput) => void, ): void; createHITType( args: CreateHITTypeCommandInput, options?: __HttpHandlerOptions, ): Promise; createHITType( args: CreateHITTypeCommandInput, cb: (err: any, data?: CreateHITTypeCommandOutput) => void, ): void; createHITType( args: CreateHITTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHITTypeCommandOutput) => void, ): void; createHITWithHITType( args: CreateHITWithHITTypeCommandInput, options?: __HttpHandlerOptions, ): Promise; createHITWithHITType( args: CreateHITWithHITTypeCommandInput, cb: (err: any, data?: CreateHITWithHITTypeCommandOutput) => void, ): void; createHITWithHITType( args: CreateHITWithHITTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHITWithHITTypeCommandOutput) => void, ): void; createQualificationType( args: CreateQualificationTypeCommandInput, options?: __HttpHandlerOptions, ): Promise; createQualificationType( args: CreateQualificationTypeCommandInput, cb: (err: any, data?: CreateQualificationTypeCommandOutput) => void, ): void; createQualificationType( args: CreateQualificationTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateQualificationTypeCommandOutput) => void, ): void; createWorkerBlock( args: CreateWorkerBlockCommandInput, options?: __HttpHandlerOptions, ): Promise; createWorkerBlock( args: CreateWorkerBlockCommandInput, cb: (err: any, data?: CreateWorkerBlockCommandOutput) => void, ): void; createWorkerBlock( args: CreateWorkerBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkerBlockCommandOutput) => void, ): void; deleteHIT( args: DeleteHITCommandInput, options?: __HttpHandlerOptions, ): Promise; deleteHIT( args: DeleteHITCommandInput, cb: (err: any, data?: DeleteHITCommandOutput) => void, ): void; deleteHIT( args: DeleteHITCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHITCommandOutput) => void, ): void; deleteQualificationType( args: DeleteQualificationTypeCommandInput, options?: __HttpHandlerOptions, ): Promise; deleteQualificationType( args: DeleteQualificationTypeCommandInput, cb: (err: any, data?: DeleteQualificationTypeCommandOutput) => void, ): void; deleteQualificationType( args: DeleteQualificationTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteQualificationTypeCommandOutput) => void, ): void; deleteWorkerBlock( args: DeleteWorkerBlockCommandInput, options?: __HttpHandlerOptions, ): Promise; deleteWorkerBlock( args: DeleteWorkerBlockCommandInput, cb: (err: any, data?: DeleteWorkerBlockCommandOutput) => void, ): void; deleteWorkerBlock( args: DeleteWorkerBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkerBlockCommandOutput) => void, ): void; disassociateQualificationFromWorker( args: DisassociateQualificationFromWorkerCommandInput, options?: __HttpHandlerOptions, ): Promise; disassociateQualificationFromWorker( args: DisassociateQualificationFromWorkerCommandInput, cb: (err: any, data?: DisassociateQualificationFromWorkerCommandOutput) => void, ): void; disassociateQualificationFromWorker( args: DisassociateQualificationFromWorkerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateQualificationFromWorkerCommandOutput) => void, ): void; getAccountBalance(): Promise; getAccountBalance( args: GetAccountBalanceCommandInput, options?: __HttpHandlerOptions, ): Promise; getAccountBalance( args: GetAccountBalanceCommandInput, cb: (err: any, data?: GetAccountBalanceCommandOutput) => void, ): void; getAccountBalance( args: GetAccountBalanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountBalanceCommandOutput) => void, ): void; getAssignment( args: GetAssignmentCommandInput, options?: __HttpHandlerOptions, ): Promise; getAssignment( args: GetAssignmentCommandInput, cb: (err: any, data?: GetAssignmentCommandOutput) => void, ): void; getAssignment( args: GetAssignmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssignmentCommandOutput) => void, ): void; getFileUploadURL( args: GetFileUploadURLCommandInput, options?: __HttpHandlerOptions, ): Promise; getFileUploadURL( args: GetFileUploadURLCommandInput, cb: (err: any, data?: GetFileUploadURLCommandOutput) => void, ): void; getFileUploadURL( args: GetFileUploadURLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFileUploadURLCommandOutput) => void, ): void; getHIT(args: GetHITCommandInput, options?: __HttpHandlerOptions): Promise; getHIT(args: GetHITCommandInput, cb: (err: any, data?: GetHITCommandOutput) => void): void; getHIT( args: GetHITCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHITCommandOutput) => void, ): void; getQualificationScore( args: GetQualificationScoreCommandInput, options?: __HttpHandlerOptions, ): Promise; getQualificationScore( args: GetQualificationScoreCommandInput, cb: (err: any, data?: GetQualificationScoreCommandOutput) => void, ): void; getQualificationScore( args: GetQualificationScoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetQualificationScoreCommandOutput) => void, ): void; getQualificationType( args: GetQualificationTypeCommandInput, options?: __HttpHandlerOptions, ): Promise; getQualificationType( args: GetQualificationTypeCommandInput, cb: (err: any, data?: GetQualificationTypeCommandOutput) => void, ): void; getQualificationType( args: GetQualificationTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetQualificationTypeCommandOutput) => void, ): void; listAssignmentsForHIT( args: ListAssignmentsForHITCommandInput, options?: __HttpHandlerOptions, ): Promise; listAssignmentsForHIT( args: ListAssignmentsForHITCommandInput, cb: (err: any, data?: ListAssignmentsForHITCommandOutput) => void, ): void; listAssignmentsForHIT( args: ListAssignmentsForHITCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssignmentsForHITCommandOutput) => void, ): void; listBonusPayments(): Promise; listBonusPayments( args: ListBonusPaymentsCommandInput, options?: __HttpHandlerOptions, ): Promise; listBonusPayments( args: ListBonusPaymentsCommandInput, cb: (err: any, data?: ListBonusPaymentsCommandOutput) => void, ): void; listBonusPayments( args: ListBonusPaymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBonusPaymentsCommandOutput) => void, ): void; listHITs(): Promise; listHITs( args: ListHITsCommandInput, options?: __HttpHandlerOptions, ): Promise; listHITs(args: ListHITsCommandInput, cb: (err: any, data?: ListHITsCommandOutput) => void): void; listHITs( args: ListHITsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHITsCommandOutput) => void, ): void; listHITsForQualificationType( args: ListHITsForQualificationTypeCommandInput, options?: __HttpHandlerOptions, ): Promise; listHITsForQualificationType( args: ListHITsForQualificationTypeCommandInput, cb: (err: any, data?: ListHITsForQualificationTypeCommandOutput) => void, ): void; listHITsForQualificationType( args: ListHITsForQualificationTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHITsForQualificationTypeCommandOutput) => void, ): void; listQualificationRequests(): Promise; listQualificationRequests( args: ListQualificationRequestsCommandInput, options?: __HttpHandlerOptions, ): Promise; listQualificationRequests( args: ListQualificationRequestsCommandInput, cb: (err: any, data?: ListQualificationRequestsCommandOutput) => void, ): void; listQualificationRequests( args: ListQualificationRequestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQualificationRequestsCommandOutput) => void, ): void; listQualificationTypes( args: ListQualificationTypesCommandInput, options?: __HttpHandlerOptions, ): Promise; listQualificationTypes( args: ListQualificationTypesCommandInput, cb: (err: any, data?: ListQualificationTypesCommandOutput) => void, ): void; listQualificationTypes( args: ListQualificationTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQualificationTypesCommandOutput) => void, ): void; listReviewableHITs(): Promise; listReviewableHITs( args: ListReviewableHITsCommandInput, options?: __HttpHandlerOptions, ): Promise; listReviewableHITs( args: ListReviewableHITsCommandInput, cb: (err: any, data?: ListReviewableHITsCommandOutput) => void, ): void; listReviewableHITs( args: ListReviewableHITsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReviewableHITsCommandOutput) => void, ): void; listReviewPolicyResultsForHIT( args: ListReviewPolicyResultsForHITCommandInput, options?: __HttpHandlerOptions, ): Promise; listReviewPolicyResultsForHIT( args: ListReviewPolicyResultsForHITCommandInput, cb: (err: any, data?: ListReviewPolicyResultsForHITCommandOutput) => void, ): void; listReviewPolicyResultsForHIT( args: ListReviewPolicyResultsForHITCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReviewPolicyResultsForHITCommandOutput) => void, ): void; listWorkerBlocks(): Promise; listWorkerBlocks( args: ListWorkerBlocksCommandInput, options?: __HttpHandlerOptions, ): Promise; listWorkerBlocks( args: ListWorkerBlocksCommandInput, cb: (err: any, data?: ListWorkerBlocksCommandOutput) => void, ): void; listWorkerBlocks( args: ListWorkerBlocksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkerBlocksCommandOutput) => void, ): void; listWorkersWithQualificationType( args: ListWorkersWithQualificationTypeCommandInput, options?: __HttpHandlerOptions, ): Promise; listWorkersWithQualificationType( args: ListWorkersWithQualificationTypeCommandInput, cb: (err: any, data?: ListWorkersWithQualificationTypeCommandOutput) => void, ): void; listWorkersWithQualificationType( args: ListWorkersWithQualificationTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkersWithQualificationTypeCommandOutput) => void, ): void; notifyWorkers( args: NotifyWorkersCommandInput, options?: __HttpHandlerOptions, ): Promise; notifyWorkers( args: NotifyWorkersCommandInput, cb: (err: any, data?: NotifyWorkersCommandOutput) => void, ): void; notifyWorkers( args: NotifyWorkersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: NotifyWorkersCommandOutput) => void, ): void; rejectAssignment( args: RejectAssignmentCommandInput, options?: __HttpHandlerOptions, ): Promise; rejectAssignment( args: RejectAssignmentCommandInput, cb: (err: any, data?: RejectAssignmentCommandOutput) => void, ): void; rejectAssignment( args: RejectAssignmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectAssignmentCommandOutput) => void, ): void; rejectQualificationRequest( args: RejectQualificationRequestCommandInput, options?: __HttpHandlerOptions, ): Promise; rejectQualificationRequest( args: RejectQualificationRequestCommandInput, cb: (err: any, data?: RejectQualificationRequestCommandOutput) => void, ): void; rejectQualificationRequest( args: RejectQualificationRequestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectQualificationRequestCommandOutput) => void, ): void; sendBonus( args: SendBonusCommandInput, options?: __HttpHandlerOptions, ): Promise; sendBonus( args: SendBonusCommandInput, cb: (err: any, data?: SendBonusCommandOutput) => void, ): void; sendBonus( args: SendBonusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendBonusCommandOutput) => void, ): void; sendTestEventNotification( args: SendTestEventNotificationCommandInput, options?: __HttpHandlerOptions, ): Promise; sendTestEventNotification( args: SendTestEventNotificationCommandInput, cb: (err: any, data?: SendTestEventNotificationCommandOutput) => void, ): void; sendTestEventNotification( args: SendTestEventNotificationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendTestEventNotificationCommandOutput) => void, ): void; updateExpirationForHIT( args: UpdateExpirationForHITCommandInput, options?: __HttpHandlerOptions, ): Promise; updateExpirationForHIT( args: UpdateExpirationForHITCommandInput, cb: (err: any, data?: UpdateExpirationForHITCommandOutput) => void, ): void; updateExpirationForHIT( args: UpdateExpirationForHITCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateExpirationForHITCommandOutput) => void, ): void; updateHITReviewStatus( args: UpdateHITReviewStatusCommandInput, options?: __HttpHandlerOptions, ): Promise; updateHITReviewStatus( args: UpdateHITReviewStatusCommandInput, cb: (err: any, data?: UpdateHITReviewStatusCommandOutput) => void, ): void; updateHITReviewStatus( args: UpdateHITReviewStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHITReviewStatusCommandOutput) => void, ): void; updateHITTypeOfHIT( args: UpdateHITTypeOfHITCommandInput, options?: __HttpHandlerOptions, ): Promise; updateHITTypeOfHIT( args: UpdateHITTypeOfHITCommandInput, cb: (err: any, data?: UpdateHITTypeOfHITCommandOutput) => void, ): void; updateHITTypeOfHIT( args: UpdateHITTypeOfHITCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHITTypeOfHITCommandOutput) => void, ): void; updateNotificationSettings( args: UpdateNotificationSettingsCommandInput, options?: __HttpHandlerOptions, ): Promise; updateNotificationSettings( args: UpdateNotificationSettingsCommandInput, cb: (err: any, data?: UpdateNotificationSettingsCommandOutput) => void, ): void; updateNotificationSettings( args: UpdateNotificationSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNotificationSettingsCommandOutput) => void, ): void; updateQualificationType( args: UpdateQualificationTypeCommandInput, options?: __HttpHandlerOptions, ): Promise; updateQualificationType( args: UpdateQualificationTypeCommandInput, cb: (err: any, data?: UpdateQualificationTypeCommandOutput) => void, ): void; updateQualificationType( args: UpdateQualificationTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQualificationTypeCommandOutput) => void, ): void; paginateListAssignmentsForHIT( args: ListAssignmentsForHITCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListBonusPayments( args?: ListBonusPaymentsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListHITs( args?: ListHITsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListHITsForQualificationType( args: ListHITsForQualificationTypeCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListQualificationRequests( args?: ListQualificationRequestsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListQualificationTypes( args: ListQualificationTypesCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListReviewableHITs( args?: ListReviewableHITsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListReviewPolicyResultsForHIT( args: ListReviewPolicyResultsForHITCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListWorkerBlocks( args?: ListWorkerBlocksCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListWorkersWithQualificationType( args: ListWorkersWithQualificationTypeCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; } export declare class MTurk extends MTurkClient implements MTurk {}