import type { LanguageModel } from "ai"; import type { Judge } from "./types.js"; export declare function vendoAutoJudge(config: { model: LanguageModel; instructions?: string; }): Judge; //# sourceMappingURL=judge.d.ts.map