blob: a9b78573801cd2e1131bdc732e705e3b242d18a8 [file] [log] [blame]
import { SourceFile } from "typescript";
import { AnalyzerOptions } from "./types/analyzer-options";
import { AnalyzerResult } from "./types/analyzer-result";
/**
* Analyzes all components in a source file.
* @param sourceFile
* @param options
*/
export declare function analyzeSourceFile(sourceFile: SourceFile, options: AnalyzerOptions): AnalyzerResult;
//# sourceMappingURL=analyze-source-file.d.ts.map