import type { Tree } from '@nx/devkit';
import type { NormalizedSchema } from '../schema';
/**
 * @param schema The options provided to the schematic
 */
export declare function updateImplicitDependencies(tree: Tree, schema: NormalizedSchema): void;
