import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { MTurkServiceException as __BaseException } from "./MTurkServiceException"; export declare class RequestError extends __BaseException { readonly name: "RequestError"; readonly $fault: "client"; Message?: string | undefined; TurkErrorCode?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ServiceFault extends __BaseException { readonly name: "ServiceFault"; readonly $fault: "server"; Message?: string | undefined; TurkErrorCode?: string | undefined; constructor(opts: __ExceptionOptionType); }