import { JsDocRecord, StaticComponentAnalyzerResult } from "./types.js";
export declare function analyzeJsDoc(staticComponentsResult: StaticComponentAnalyzerResult): Promise<Record<string, JsDocRecord>>;
//# sourceMappingURL=jsdoc.d.ts.map