import type { Scope } from 'eslint'; import { type JSXAttribute } from 'eslint-codemod-utils'; export declare const hrefHasInvalidValue: (scope: Scope.Scope, href: JSXAttribute | undefined) => boolean;