import { Tree } from '@nx/devkit';
export declare function tryReadJson(tree: Tree, path: string): any;
export declare function tryReadJsonFile(path: string): any;
