import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { RolesAnywhereServiceException as __BaseException } from "./RolesAnywhereServiceException"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class TooManyTagsException extends __BaseException { readonly name: "TooManyTagsException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); }