import Project_ from './project'; export declare namespace CodeBuild { const Project: typeof Project_; type Project = Project_; }