import { Tree } from '@nx/devkit';
import { InitPluginGeneratorSchema } from './schema';
export declare function initWorkspace(tree: Tree, options: InitPluginGeneratorSchema): void;
