import { Tree } from '@nrwl/devkit';
import { MakeLibBuildableSchema } from './schema';
export declare function makeLibBuildableGenerator(host: Tree, schema: MakeLibBuildableSchema): Promise<void>;
export default makeLibBuildableGenerator;
export declare const makeLibBuildableSchematic: (options: MakeLibBuildableSchema) => (tree: any, context: any) => Promise<any>;
