import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { SocialMessagingServiceException as __BaseException } from "./SocialMessagingServiceException"; export declare class AccessDeniedByMetaException extends __BaseException { readonly name: "AccessDeniedByMetaException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class DependencyException extends __BaseException { readonly name: "DependencyException"; readonly $fault: "server"; $retryable: {}; constructor(opts: __ExceptionOptionType); } export declare class InvalidParametersException extends __BaseException { readonly name: "InvalidParametersException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ThrottledRequestException extends __BaseException { readonly name: "ThrottledRequestException"; readonly $fault: "client"; $retryable: {}; constructor(opts: __ExceptionOptionType); } export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class InternalServiceException extends __BaseException { readonly name: "InternalServiceException"; readonly $fault: "server"; $retryable: {}; constructor(opts: __ExceptionOptionType); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); }