import { GeneratorCallback, Tree } from '@nx/devkit'; import type { LibraryGeneratorSchema, NormalizedLibraryGeneratorOptions } from './schema'; export declare function libraryGenerator(tree: Tree, schema: LibraryGeneratorSchema): Promise; export declare function libraryGeneratorInternal(tree: Tree, schema: LibraryGeneratorSchema): Promise; export type AddLintOptions = Pick; export declare function addLint(tree: Tree, options: AddLintOptions): Promise; export default libraryGenerator; //# sourceMappingURL=library.d.ts.map