import { Tree } from '@nx/devkit';
import { LibrarySchema } from '../schema';
export declare function addProject(tree: Tree, options: LibrarySchema): void;
