import type { GraderFn } from "../types.js"; /** Checks that total token usage (input + output) is within the allowed limit. Passes silently when `output.tokenUsage` is undefined (target did not report token usage). */ export declare function tokenCount(maxTokens: number): GraderFn; //# sourceMappingURL=token-count.d.ts.map