import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ElastiCacheClient"; import { DescribeReplicationGroupsMessage, ReplicationGroupMessage, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DescribeReplicationGroupsCommandInput extends DescribeReplicationGroupsMessage {} export interface DescribeReplicationGroupsCommandOutput extends ReplicationGroupMessage, __MetadataBearer {} declare const DescribeReplicationGroupsCommand_base: { new ( input: DescribeReplicationGroupsCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeReplicationGroupsCommandInput, DescribeReplicationGroupsCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeReplicationGroupsCommandInput] ): import("@smithy/smithy-client").CommandImpl< DescribeReplicationGroupsCommandInput, DescribeReplicationGroupsCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeReplicationGroupsCommand extends DescribeReplicationGroupsCommand_base { protected static __types: { api: { input: DescribeReplicationGroupsMessage; output: ReplicationGroupMessage; }; sdk: { input: DescribeReplicationGroupsCommandInput; output: DescribeReplicationGroupsCommandOutput; }; }; }