import { Tree } from '@nrwl/devkit';
import { AddOutputtargetSchematicSchema } from '../schema';
export declare function prepareVueLibrary(host: Tree, options: AddOutputtargetSchematicSchema): Promise<any>;
export declare function addVueGenerator(host: Tree, options: AddOutputtargetSchematicSchema): Promise<any>;
export default addVueGenerator;
export declare const addVueSchematic: (options: AddOutputtargetSchematicSchema) => (tree: any, context: any) => Promise<any>;
