import type { GraderFn } from "../types.js"; /** Checks that output.toolCalls includes a call with the given tool name. */ export declare function toolCalled(toolName: string): GraderFn; /** Checks that output.toolCalls does NOT include a call with the given tool name. */ export declare function toolNotCalled(toolName: string): GraderFn; //# sourceMappingURL=tool-called.d.ts.map