import { MLSolution } from "./MLSolution"; export declare class MLSimilarity extends MLSolution { getConfidenceScore(params?: Record): string; getLookupSetInfo(options?: Record): string; }