declare module 'eslint-plugin-react-hooks' {
  import type { TSESLint } from '@typescript-eslint/utils';

  const value: TSESLint.FlatConfig.Plugin;
  export default value;
}
