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