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