import Component_ from './component'; import ContainerRecipe_ from './containerRecipe'; import DistributionConfiguration_ from './distributionConfiguration'; import Image_ from './image'; import ImagePipeline_ from './imagePipeline'; import ImageRecipe_ from './imageRecipe'; import InfrastructureConfiguration_ from './infrastructureConfiguration'; export declare namespace ImageBuilder { const Component: typeof Component_; const ContainerRecipe: typeof ContainerRecipe_; const DistributionConfiguration: typeof DistributionConfiguration_; const Image: typeof Image_; const ImagePipeline: typeof ImagePipeline_; const ImageRecipe: typeof ImageRecipe_; const InfrastructureConfiguration: typeof InfrastructureConfiguration_; type Component = Component_; type ContainerRecipe = ContainerRecipe_; type DistributionConfiguration = DistributionConfiguration_; type Image = Image_; type ImagePipeline = ImagePipeline_; type ImageRecipe = ImageRecipe_; type InfrastructureConfiguration = InfrastructureConfiguration_; }