import type { ESLint, Linter } from 'eslint';
export declare const configFactory: (plugin: ESLint.Plugin) => Linter.FlatConfig;
