import { InitSchema } from './schema';
import { Tree } from '@nx/devkit';
export declare function initGenerator<T extends InitSchema>(host: Tree, options: T): Promise<import("@nx/devkit").GeneratorCallback>;
export default initGenerator;
