import { LogTracker } from '../common/logTracker'; import { ImportLookup } from './analyzerFileInfo'; import { TracePrinter } from './tracePrinter'; import { EvaluatorOptions } from './typeEvaluator'; export declare function createTypeEvaluatorWithTracker(importLookup: ImportLookup, evaluatorOptions: EvaluatorOptions, logger: LogTracker, printer?: TracePrinter): import("./typeEvaluatorTypes").TypeEvaluator;