import { ServiceContext } from 'handel-extension-api'; import { EcsServiceConfig } from '../services/ecs/config-types'; import { HandlebarsEcsTemplateAutoScaling } from './ecs-shared-config-types'; export declare function getTemplateAutoScalingConfig(ownServiceContext: ServiceContext, clusterName: string): HandlebarsEcsTemplateAutoScaling;