import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EKSClient"; import { UpdateEksAnywhereSubscriptionRequest, UpdateEksAnywhereSubscriptionResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface UpdateEksAnywhereSubscriptionCommandInput extends UpdateEksAnywhereSubscriptionRequest {} export interface UpdateEksAnywhereSubscriptionCommandOutput extends UpdateEksAnywhereSubscriptionResponse, __MetadataBearer {} declare const UpdateEksAnywhereSubscriptionCommand_base: { new ( input: UpdateEksAnywhereSubscriptionCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateEksAnywhereSubscriptionCommandInput, UpdateEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateEksAnywhereSubscriptionCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateEksAnywhereSubscriptionCommandInput, UpdateEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateEksAnywhereSubscriptionCommand extends UpdateEksAnywhereSubscriptionCommand_base { protected static __types: { api: { input: UpdateEksAnywhereSubscriptionRequest; output: UpdateEksAnywhereSubscriptionResponse; }; sdk: { input: UpdateEksAnywhereSubscriptionCommandInput; output: UpdateEksAnywhereSubscriptionCommandOutput; }; }; }