import { GeneratorCallback, Tree } from '@nx/devkit'; import { JestProjectSchema } from './schema'; export declare function configurationGenerator(tree: Tree, schema: JestProjectSchema): Promise; export declare function configurationGeneratorInternal(tree: Tree, schema: JestProjectSchema): Promise; export default configurationGenerator;