export interface IProjectItemDefaults {
    folderRoots: readonly string[];
}
