import { Tree } from '@nx/devkit'; import { LibraryGeneratorSchema } from './schema'; export declare function libraryGenerator(tree: Tree, schema: LibraryGeneratorSchema): Promise; export default libraryGenerator;