export declare const fileSeparator: string;
export declare const newLineSeparator: string;
/**
 * This function executes the gradle projectReportAll task and returns the output as an array of lines.
 * @param gradlewFile the absolute path to the gradlew file
 * @returns project report lines
 */
export declare function getProjectReportLines(gradlewFile: string): Promise<string[]>;
