import { Schema } from './schema'; import { Tree } from '@nx/devkit'; export declare function initGenerator(host: Tree, options: Schema): Promise; export default initGenerator;