import { Tree } from '@nrwl/devkit';
import { RawLibrarySchema } from './schema';
export declare function libraryGenerator(host: Tree, schema: RawLibrarySchema): Promise<import("@nrwl/devkit").GeneratorCallback>;
export default libraryGenerator;
export declare const librarySchematic: (options: RawLibrarySchema) => (tree: any, context: any) => Promise<any>;
