import { Input } from '../../../commands'; import { Configuration } from '../../configuration'; export declare function getValueOrDefault(configuration: Required, propertyPath: string, appName: string, key?: 'path' | 'webpack' | 'webpackPath' | 'entryFile' | 'sourceRoot' | 'exec', options?: Input[], defaultValue?: T): T; export declare function getValueOfPath(object: Record, propertyPath: string): T;