import { DatasetSample, LLMScorer, RunOutput, Score } from "@empiricalrun/types"; export declare const name = "llm-critic"; export declare const checkLlmCriteria: ({ sample, output, config, }: { sample: DatasetSample; output: RunOutput; config: LLMScorer; }) => Promise; //# sourceMappingURL=llm.d.ts.map