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