import { Tree } from '@nx/devkit';
export declare function createApp(tree: Tree, appName: string): Promise<any>;
export declare function createLib(tree: Tree, libName: string): Promise<any>;
