/**
 * Make error report URL for the given error
 *
 * @private private within the repository
 */
export declare function getErrorReportUrl(error: Error): URL;
