import { ExecutorContext, Tree } from '@nx/devkit';
export declare const addGitIgnoreEntries: (host: Tree, entries: string[]) => void;
export declare const deleteNodeAppRedundantDirs: (tree: Tree, projectRoot: string) => void;
export declare const deleteNodeLibRedundantDirs: (tree: Tree, projectRoot: string) => void;
export declare const getNpmScope: (tree: Tree) => string | undefined;
export declare const getTsConfigCompilerPaths: (context: ExecutorContext) => {
    [key: string]: string[];
};
