import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { AppRunnerServiceException as __BaseException } from "./AppRunnerServiceException"; export declare class InternalServiceErrorException extends __BaseException { readonly name: "InternalServiceErrorException"; readonly $fault: "server"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InvalidRequestException extends __BaseException { readonly name: "InvalidRequestException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InvalidStateException extends __BaseException { readonly name: "InvalidStateException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ServiceQuotaExceededException extends __BaseException { readonly name: "ServiceQuotaExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); }