import { Tree } from '@nx/devkit'; import { Schema } from './schema'; export declare function libraryGenerator(tree: Tree, schema: Partial): Promise<() => void>; export default libraryGenerator;