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