/** * Gets a RegExp used to detect an angular wrapped error message. * * See https://github.com/angular/angular/issues/8348 * * @param e - The error * @returns The regex */ export declare function wrappedErrorMessage(e: Error): RegExp;