/** * Prints a comparison error message. * @param message The error message to print * @param shouldExit Whether the process should exit * @param json Whether to format the output as JSON * @returns An object indicating whether the process should exit */ export declare function printComparisonError(message: string, shouldExit: boolean, json: boolean): { exit: boolean; }; //# sourceMappingURL=printComparisonError.d.ts.map