import { Tree } from '@nx/devkit';
export declare function readPropertyFromConfig<T = string>(tree: Tree, config: string, prop: string): T[];
