import { Tree } from '@angular-devkit/schematics';
export declare const NEST_CLI_CONFIG_FILES: string[];
export declare function findNestCliConfigPath(tree: Tree): string | undefined;
export declare function readJsonFile<T = Record<string, any>>(tree: Tree, path: string): T | null;
