import { Tree } from '@nrwl/devkit';
export declare function insertImport(tree: Tree, path: string, name: string, modulePath: string): void;
