import { Tree } from '@nx/devkit'; import { Schema } from '../schema'; export declare function addJestPlugin(host: Tree, options: Schema): Promise<() => void>;