UNPKG

mastra

Version:
4 lines 260 B
import type { ScorerTemplate } from './types.js'; export declare function selectScorer(): Promise<ScorerTemplate[] | null>; export declare function addNewScorer(scorerId?: string, customDir?: string): Promise<void>; //# sourceMappingURL=add-new-scorer.d.ts.map