import type { Mastra } from '..';
import type { ScoringHookInput } from '../scores';
export declare function createOnScorerHook(mastra: Mastra): (hookData: ScoringHookInput) => Promise<void>;
//# sourceMappingURL=hooks.d.ts.map