import { DictatableConfigActionExpression } from '../types'; import { Logger } from '../common/Logger'; export default function haveJsonPathValues(logger: Logger, targetFile: string | undefined, expressions: DictatableConfigActionExpression[]): boolean;