import { Tree } from '@nx/devkit';
export declare function cleanup(tree: Tree, projectName: string): void;
