import type { MastraModelConfig } from '@mastra/core/llm'; import type { ScorerRunInputForLLMJudge, ScorerRunOutputForLLMJudge } from '../../utils.js'; export interface ToxicityMetricOptions { scale?: number; } export declare function createToxicityScorer({ model, options, }: { model: MastraModelConfig; options?: ToxicityMetricOptions; }): import("@mastra/core/evals").MastraScorer & Record<"generateScoreStepResult", number> & Record<"generateReasonStepResult", string>>; //# sourceMappingURL=index.d.ts.map