import type { GraderFn } from "../types.js"; /** Checks that output.cost is within the allowed budget. Passes silently when `output.cost` is undefined (target did not report cost). */ export declare function cost(maxDollars: number): GraderFn; //# sourceMappingURL=cost.d.ts.map