import type { RelevanceScoreProvider } from '@mastra/core/relevance'; export declare class ZeroEntropyRelevanceScorer implements RelevanceScoreProvider { private client; private model; constructor(model?: string, apiKey?: string); getRelevanceScore(query: string, text: string): Promise; } //# sourceMappingURL=index.d.ts.map