import { type Tree } from '@nx/devkit'; import type { NormalizedJestProjectSchema } from '../schema'; export declare function ensureDependencies(tree: Tree, options: Partial): import("@nx/devkit").GeneratorCallback;