import DeploymentConfig_ from './deploymentConfig'; import Application_ from './application'; import DeploymentGroup_ from './deploymentGroup'; export declare namespace CodeDeploy { const DeploymentConfig: typeof DeploymentConfig_; const Application: typeof Application_; const DeploymentGroup: typeof DeploymentGroup_; type DeploymentConfig = DeploymentConfig_; type Application = Application_; type DeploymentGroup = DeploymentGroup_; }