import { ComponentApiRecord, StaticComponentAnalyzerResult } from "./types.js";
export declare function analyzeTypescriptApi(staticComponentsResult: StaticComponentAnalyzerResult): Promise<Record<string, ComponentApiRecord>>;
//# sourceMappingURL=typescript-api.d.ts.map