import type { RuleFunction } from '@eslint-react/kit'; import type { Linter } from 'eslint'; export declare function preferNamespaceImport(): RuleFunction; export declare const CUSTOM_RULES: Linter.Config;