import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAutoScalingGroupType } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAutoScalingGroupCommandInput extends DeleteAutoScalingGroupType {} export interface DeleteAutoScalingGroupCommandOutput extends __MetadataBearer {} declare const DeleteAutoScalingGroupCommand_base: { new ( input: DeleteAutoScalingGroupCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAutoScalingGroupCommandInput, DeleteAutoScalingGroupCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAutoScalingGroupCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAutoScalingGroupCommandInput, DeleteAutoScalingGroupCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAutoScalingGroupCommand extends DeleteAutoScalingGroupCommand_base { protected static __types: { api: { input: DeleteAutoScalingGroupType; output: {}; }; sdk: { input: DeleteAutoScalingGroupCommandInput; output: DeleteAutoScalingGroupCommandOutput; }; }; }