import { ICopilotModel } from '@metad/contracts'; import { IRerank, RerankModel, TChatModelOptions } from '@xpert-ai/plugin-sdk'; import { VLLMProviderStrategy } from '../provider.strategy.js'; export declare class VLLMRerankModel extends RerankModel { constructor(modelProvider: VLLMProviderStrategy); validateCredentials(model: string, credentials: Record): Promise; getReranker(copilotModel: ICopilotModel, options?: TChatModelOptions): Promise; } //# sourceMappingURL=rerank.d.ts.map