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