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