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