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