import type { CodeSpec, GenerationConstraint, GeneratedCode } from '../types.js'; export declare function generateWithConstraints(task: string, language: string, specs: CodeSpec[], constraints: GenerationConstraint[], onProgress?: (msg: string) => void): Promise;