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