import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ElastiCacheClient"; import { BatchStopUpdateActionMessage, UpdateActionResultsMessage, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface BatchStopUpdateActionCommandInput extends BatchStopUpdateActionMessage {} export interface BatchStopUpdateActionCommandOutput extends UpdateActionResultsMessage, __MetadataBearer {} declare const BatchStopUpdateActionCommand_base: { new ( input: BatchStopUpdateActionCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchStopUpdateActionCommandInput, BatchStopUpdateActionCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchStopUpdateActionCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchStopUpdateActionCommandInput, BatchStopUpdateActionCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class BatchStopUpdateActionCommand extends BatchStopUpdateActionCommand_base { protected static __types: { api: { input: BatchStopUpdateActionMessage; output: UpdateActionResultsMessage; }; sdk: { input: BatchStopUpdateActionCommandInput; output: BatchStopUpdateActionCommandOutput; }; }; }