import { type Tree } from '@nx/devkit'; export default function rewriteInternalSubpathImports(tree: Tree): Promise; export declare function rewriteSubpathImports(source: string): string;