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