import type { ScoringHookInput } from '../evals/types.js'; import type { Mastra } from '../mastra/index.js'; import type { MastraStorage } from '../storage/index.js'; export declare function createOnScorerHook(mastra: Mastra): (hookData: ScoringHookInput) => Promise; /** * @deprecated Legacy scores-store path. New score emission should use `mastra.observability.addScore()`. */ export declare function validateAndSaveScore(storage: MastraStorage, payload: unknown): Promise; //# sourceMappingURL=hooks.d.ts.map