import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { LightsailServiceException as __BaseException } from "./LightsailServiceException"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; code?: string | undefined; docs?: string | undefined; tip?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class AccountSetupInProgressException extends __BaseException { readonly name: "AccountSetupInProgressException"; readonly $fault: "client"; code?: string | undefined; docs?: string | undefined; tip?: string | undefined; constructor( opts: __ExceptionOptionType< AccountSetupInProgressException, __BaseException > ); } export declare class InvalidInputException extends __BaseException { readonly name: "InvalidInputException"; readonly $fault: "client"; code?: string | undefined; docs?: string | undefined; tip?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class NotFoundException extends __BaseException { readonly name: "NotFoundException"; readonly $fault: "client"; code?: string | undefined; docs?: string | undefined; tip?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class OperationFailureException extends __BaseException { readonly name: "OperationFailureException"; readonly $fault: "client"; code?: string | undefined; docs?: string | undefined; tip?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class RegionSetupInProgressException extends __BaseException { readonly name: "RegionSetupInProgressException"; readonly $fault: "client"; code?: string | undefined; docs?: string | undefined; tip?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ServiceException extends __BaseException { readonly name: "ServiceException"; readonly $fault: "server"; code?: string | undefined; docs?: string | undefined; tip?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class UnauthenticatedException extends __BaseException { readonly name: "UnauthenticatedException"; readonly $fault: "client"; code?: string | undefined; docs?: string | undefined; tip?: string | undefined; constructor( opts: __ExceptionOptionType ); }