import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { PinpointServiceException as __BaseException } from "./PinpointServiceException"; export declare class BadRequestException extends __BaseException { readonly name: "BadRequestException"; readonly $fault: "client"; Message?: string | undefined; RequestID?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; Message?: string | undefined; RequestID?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ForbiddenException extends __BaseException { readonly name: "ForbiddenException"; readonly $fault: "client"; Message?: string | undefined; RequestID?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class InternalServerErrorException extends __BaseException { readonly name: "InternalServerErrorException"; readonly $fault: "server"; Message?: string | undefined; RequestID?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class MethodNotAllowedException extends __BaseException { readonly name: "MethodNotAllowedException"; readonly $fault: "client"; Message?: string | undefined; RequestID?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class NotFoundException extends __BaseException { readonly name: "NotFoundException"; readonly $fault: "client"; Message?: string | undefined; RequestID?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class PayloadTooLargeException extends __BaseException { readonly name: "PayloadTooLargeException"; readonly $fault: "client"; Message?: string | undefined; RequestID?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class TooManyRequestsException extends __BaseException { readonly name: "TooManyRequestsException"; readonly $fault: "client"; Message?: string | undefined; RequestID?: string | undefined; constructor( opts: __ExceptionOptionType ); }