import * as AWS from 'aws-sdk'; import { ServiceContext } from 'handel-extension-api'; import { EcsServiceConfig } from './config-types'; export declare function getInstancesToCycle(ownServiceContext: ServiceContext, defaultInstanceType: string): Promise; export declare function cycleInstances(instancesToCycle: AWS.ECS.ContainerInstance[] | null): Promise | undefined;