import { Scorer, Score, DatasetSample, RunOutput, RuntimeOptions } from "@empiricalrun/types"; export default function score({ sample, output, scorers, options, }: { sample: DatasetSample; output: RunOutput; scorers: Scorer[] | undefined; options?: RuntimeOptions; }): Promise; //# sourceMappingURL=index.d.ts.map