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