import type { Mastra } from '../../mastra/index.js'; export declare function scoreTraces({ scorerId, targets, mastra, }: { scorerId: string; targets: { traceId: string; spanId?: string; }[]; mastra: Mastra; }): Promise; //# sourceMappingURL=scoreTraces.d.ts.map