import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { ApiGatewayManagementApiServiceException as __BaseException } from "./ApiGatewayManagementApiServiceException"; export declare class ForbiddenException extends __BaseException { readonly name: "ForbiddenException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class GoneException extends __BaseException { readonly name: "GoneException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class PayloadTooLargeException extends __BaseException { readonly name: "PayloadTooLargeException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); }