import { DeployContext } from 'handel-extension-api'; import { HandlebarsEcsTemplateMountPoint, HandlebarsEcsTemplateVolume } from './ecs-shared-config-types'; export declare function getVolumes(dependenciesDeployContexts: DeployContext[]): HandlebarsEcsTemplateVolume[] | undefined; export declare function getMountPointsForContainer(dependenciesDeployContexts: DeployContext[]): HandlebarsEcsTemplateMountPoint[] | undefined;