import { ServiceConfig, ServiceContext } from 'handel-extension-api'; /** * Given the stack name, returns the name of the Elasticache cluster * * ElastiCache only allows for a 20-char max cluster name, which means we have to truncate our stack * name to fit in it. */ export declare function getClusterName(serviceContext: ServiceContext): string;