import { Tree } from '@nx/devkit';
import ts = require('typescript');
export default function updateBuildDir(tree: Tree): Promise<void>;
export declare function getConfigNode(configFileContents: string): ts.Node | undefined;
export declare function notFoundWarning(configPath: string): void;
