import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetKxClusterRequest, GetKxClusterResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetKxClusterCommandInput extends GetKxClusterRequest {} export interface GetKxClusterCommandOutput extends GetKxClusterResponse, __MetadataBearer {} declare const GetKxClusterCommand_base: { new ( input: GetKxClusterCommandInput, ): import("@smithy/core/client").CommandImpl< GetKxClusterCommandInput, GetKxClusterCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetKxClusterCommandInput, ): import("@smithy/core/client").CommandImpl< GetKxClusterCommandInput, GetKxClusterCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetKxClusterCommand extends GetKxClusterCommand_base { protected static __types: { api: { input: GetKxClusterRequest; output: GetKxClusterResponse; }; sdk: { input: GetKxClusterCommandInput; output: GetKxClusterCommandOutput; }; }; }