| 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 |