interface FixOptions { agent?: string; commit?: boolean; maxIterations?: string; outputDir?: string; scan?: boolean; design?: boolean; designImage?: string; } export declare function fixCommand(customTask: string | undefined, options: FixOptions): Promise; export {}; //# sourceMappingURL=fix.d.ts.map