import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { APIGatewayServiceException as __BaseException } from "./APIGatewayServiceException"; export declare class BadRequestException extends __BaseException { readonly name: "BadRequestException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; retryAfterSeconds?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class NotFoundException extends __BaseException { readonly name: "NotFoundException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class TooManyRequestsException extends __BaseException { readonly name: "TooManyRequestsException"; readonly $fault: "client"; retryAfterSeconds?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class UnauthorizedException extends __BaseException { readonly name: "UnauthorizedException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ServiceUnavailableException extends __BaseException { readonly name: "ServiceUnavailableException"; readonly $fault: "server"; retryAfterSeconds?: string | undefined; constructor( opts: __ExceptionOptionType ); }