/**
 * Prettify some known build errors.
 * Pass an Error object to log a prettified error message in the console.
 */
declare function printBuildError(error: Error): void;
export = printBuildError;
