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