export { isEquivalentError };
declare function isEquivalentError(err1: unknown, err2: unknown): boolean;
