import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EKSClient"; import { DescribeClusterVersionsRequest, DescribeClusterVersionsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DescribeClusterVersionsCommandInput extends DescribeClusterVersionsRequest {} export interface DescribeClusterVersionsCommandOutput extends DescribeClusterVersionsResponse, __MetadataBearer {} declare const DescribeClusterVersionsCommand_base: { new ( input: DescribeClusterVersionsCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeClusterVersionsCommandInput, DescribeClusterVersionsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeClusterVersionsCommandInput] ): import("@smithy/smithy-client").CommandImpl< DescribeClusterVersionsCommandInput, DescribeClusterVersionsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeClusterVersionsCommand extends DescribeClusterVersionsCommand_base { protected static __types: { api: { input: DescribeClusterVersionsRequest; output: DescribeClusterVersionsResponse; }; sdk: { input: DescribeClusterVersionsCommandInput; output: DescribeClusterVersionsCommandOutput; }; }; }