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