import type { Effort } from '../types/task-spec.js'; /** * Effective effort for a model, or `undefined` when the runner must not send * one at all (model has no effort knob). */ export declare function resolveEffort(model: string, configured?: Effort): Effort | undefined; //# sourceMappingURL=effort.d.ts.map