import type { ESLint } from 'eslint'; /** * The `tools/*` rule registry shared by every config in `./configs/*.ts`. * Lives in its own module, not `index.ts`, so configs can import it directly * without a circular import back through `index.ts`. */ export declare const plugin: ESLint.Plugin;