import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { BudgetsServiceException as __BaseException } from "./BudgetsServiceException"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class BillingViewHealthStatusException extends __BaseException { readonly name: "BillingViewHealthStatusException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class CreationLimitExceededException extends __BaseException { readonly name: "CreationLimitExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class DuplicateRecordException extends __BaseException { readonly name: "DuplicateRecordException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class InternalErrorException extends __BaseException { readonly name: "InternalErrorException"; readonly $fault: "server"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class InvalidParameterException extends __BaseException { readonly name: "InvalidParameterException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class NotFoundException extends __BaseException { readonly name: "NotFoundException"; 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 ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ResourceLockedException extends __BaseException { readonly name: "ResourceLockedException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class InvalidNextTokenException extends __BaseException { readonly name: "InvalidNextTokenException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ExpiredNextTokenException extends __BaseException { readonly name: "ExpiredNextTokenException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); }