import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client"; export type { __ServiceExceptionOptions }; export { __ServiceException }; /** * @public * * Base exception class for all service exceptions from CognitoIdentity service. */ export declare class CognitoIdentityServiceException extends __ServiceException { /** * @internal */ constructor(options: __ServiceExceptionOptions); }