blob: f59c128ddcdc4e4beda810a014fb56a5fcc7671a [file] [log] [blame]
import { AnalyzerVisitContext } from "./analyzer-visit-context";
import { AnalyzerOptions } from "./types/analyzer-options";
/**
* Creates an "analyzer visit context" based on some options
* @param options
*/
export declare function makeContextFromConfig(options: AnalyzerOptions): AnalyzerVisitContext;
//# sourceMappingURL=make-context-from-config.d.ts.map