import { JestProjectSchema } from './schema';
import { Tree } from '@nrwl/devkit';
export declare function jestProjectGenerator(tree: Tree, schema: JestProjectSchema): Promise<import("@nrwl/devkit").GeneratorCallback>;
export declare const jestProjectSchematic: (options: JestProjectSchema) => (tree: any, context: any) => Promise<any>;
