import { Tree } from '@nrwl/devkit'; export declare function enableSourceAnalysis(tree: Tree): Promise; export default enableSourceAnalysis;