import type { ErrorManager, PlacementData, ProcessedContainers } from '../types'; import type { AwsResourcesList } from '../../../types'; /** * Get the container scaffolding from the placement data. * In this step we only create empty containers and later we will assign resources to them. */ export declare const createContainerScaffolding: (placementData: PlacementData, resources: AwsResourcesList, errorManager: ErrorManager) => ProcessedContainers; //# sourceMappingURL=createContainerScaffolding.d.ts.map