import Application_ from './Application';
import DeploymentConfig_ from './DeploymentConfig';
import DeploymentGroup_ from './DeploymentGroup';
export declare namespace CodeDeploy {
    const Application: typeof Application_;
    const DeploymentConfig: typeof DeploymentConfig_;
    const DeploymentGroup: typeof DeploymentGroup_;
}
export default CodeDeploy;
