import type { Input } from "../eval/runTypes.js"; export declare function normalizeOptimizeInputs(inputs: Input[], workingDir: string): Input[];