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