import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteKxScalingGroupRequest, DeleteKxScalingGroupResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteKxScalingGroupCommandInput extends DeleteKxScalingGroupRequest {} export interface DeleteKxScalingGroupCommandOutput extends DeleteKxScalingGroupResponse, __MetadataBearer {} declare const DeleteKxScalingGroupCommand_base: { new ( input: DeleteKxScalingGroupCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKxScalingGroupCommandInput, DeleteKxScalingGroupCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteKxScalingGroupCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKxScalingGroupCommandInput, DeleteKxScalingGroupCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteKxScalingGroupCommand extends DeleteKxScalingGroupCommand_base { protected static __types: { api: { input: DeleteKxScalingGroupRequest; output: {}; }; sdk: { input: DeleteKxScalingGroupCommandInput; output: DeleteKxScalingGroupCommandOutput; }; }; }