import { ICodeAnalyzerBase } from "./i-code-analyzer-base"; export interface ICodeAnalyzer extends ICodeAnalyzerBase { }