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