import type { ExtractionResult } from '../../../types'; import type { ArkTsSemanticSummary } from '../../backends/arkts-arkanalyzer/adapter'; export declare function mapArkTsSemanticsToExtraction(analysisFilePath: string, outputFilePath: string, summary: ArkTsSemanticSummary): ExtractionResult; //# sourceMappingURL=index.d.ts.map