import { AnalyzedPackageWithVersion, ImagePackagesAnalysis } from "../types"; export declare function analyze(targetImage: string, apkDbFileContent: string): Promise; export declare function parseFile(text: string): AnalyzedPackageWithVersion[];