import { Command as $Command } from "@smithy/core/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/core/client").CommandImpl< DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput ): import("@smithy/core/client").CommandImpl< DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends DecreaseNodeGroupsInGlobalReplicationGroupCommand_base { protected static __types: { api: { input: DecreaseNodeGroupsInGlobalReplicationGroupMessage; output: DecreaseNodeGroupsInGlobalReplicationGroupResult; }; sdk: { input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput; output: DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput; }; }; }