import { InitSchema } from './schema';
import { GeneratorCallback, Tree } from '@nrwl/devkit';
export declare function initGenerator<T extends InitSchema>(host: Tree, options: T): Promise<GeneratorCallback>;
export declare const initSchematic: <T extends InitSchema>(options: T) => (tree: any, context: any) => Promise<any>;
