import type { GraderFn } from "../types.js"; /** Checks that output.latencyMs is within the allowed threshold. Unlike `cost` and `tokenCount`, this always evaluates since `latencyMs` is a required field on TargetOutput. */ export declare function latency(maxMs: number): GraderFn; //# sourceMappingURL=latency.d.ts.map