import { AwsCredentials, AwsResourcesList, RateLimiter } from '../../../types'; import { AwsSupportedResources } from '../../../definitions/supported-services'; export declare function getElastiCacheReplicationGroups(credentials: AwsCredentials, rateLimiter: RateLimiter, region: string): Promise>; //# sourceMappingURL=elasticache-replication-groups.d.ts.map