import { Tree } from 'nx/src/devkit-exports';
export declare function updateTsConfigsToJs(tree: Tree, options: {
    projectRoot: string;
}): void;
