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