import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetKxScalingGroupRequest, GetKxScalingGroupResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetKxScalingGroupCommandInput extends GetKxScalingGroupRequest {} export interface GetKxScalingGroupCommandOutput extends GetKxScalingGroupResponse, __MetadataBearer {} declare const GetKxScalingGroupCommand_base: { new ( input: GetKxScalingGroupCommandInput, ): import("@smithy/core/client").CommandImpl< GetKxScalingGroupCommandInput, GetKxScalingGroupCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetKxScalingGroupCommandInput, ): import("@smithy/core/client").CommandImpl< GetKxScalingGroupCommandInput, GetKxScalingGroupCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetKxScalingGroupCommand extends GetKxScalingGroupCommand_base { protected static __types: { api: { input: GetKxScalingGroupRequest; output: GetKxScalingGroupResponse; }; sdk: { input: GetKxScalingGroupCommandInput; output: GetKxScalingGroupCommandOutput; }; }; }