import { type Tree } from 'nx/src/devkit-exports';
export declare const DEVKIT_INTERNAL_SYMBOLS: ReadonlySet<string>;
export default function updateDevkitDeepImports(tree: Tree): Promise<void>;
export declare function rewriteDevkitDeepImports(source: string): string;
