/** * Analyze the provided log file for job execution times and incomplete jobs. * * @param logFilePath the path to the log file to analyze * @returns true if all jobs completed successfully, false if there are incomplete jobs */ export declare function conductLogAnalysis(logFilePath: string): Promise; //# sourceMappingURL=analyze.d.ts.map