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