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