declare function printBuildError(err: Error & { message?: string; stack?: string; }): void; export { printBuildError as default };