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