import { Tree } from '@nx/devkit';
export declare function initGenerator(tree: Tree): Promise<void>;
export default initGenerator;
