import Project_ from './project'; import ReportGroup_ from './reportGroup'; import SourceCredential_ from './sourceCredential'; export declare namespace CodeBuild { const Project: typeof Project_; const ReportGroup: typeof ReportGroup_; const SourceCredential: typeof SourceCredential_; type Project = Project_; type ReportGroup = ReportGroup_; type SourceCredential = SourceCredential_; }