export declare function parseMaxIterations(args: string): number; export declare function renderOutputs(cwd: string, outputs: string[] | undefined): { lines: string[]; hasMissing: boolean; }; //# sourceMappingURL=helpers.d.ts.map