import { type JSXElement } from 'eslint-codemod-utils'; export declare const shouldSuggest: (node: JSXElement) => boolean;