import { SearchRelevancySolution } from "./SearchRelevancySolution.js"; export declare class SearchRelevancySolutionStore { static add(mlSolution?: SearchRelevancySolution): string; static addObject(mlSolution?: SearchRelevancySolution): string; static deleteObject(name?: string): void; static get(name?: string): SearchRelevancySolution; static getAllNames(options?: Record): string; static update(name?: string, mlSolution?: SearchRelevancySolution, options?: Record): void; } //# sourceMappingURL=SearchRelevancySolutionStore.d.ts.map