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