import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { GreengrassServiceException as __BaseException } from "./GreengrassServiceException"; import { ErrorDetail } from "./models_0"; export declare class BadRequestException extends __BaseException { readonly name: "BadRequestException"; readonly $fault: "client"; ErrorDetails?: ErrorDetail[] | undefined; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InternalServerErrorException extends __BaseException { readonly name: "InternalServerErrorException"; readonly $fault: "server"; ErrorDetails?: ErrorDetail[] | undefined; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); }