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