import { WorkspaceProject } from '@schematics/angular/utility/workspace-models'; /** Looks for the main TypeScript file in the given project and returns its path. */ export declare const getProjectMainFile: (project: WorkspaceProject) => string;