type Config = {
plugins: { "react-refresh": { rules: Record<string, any> } };
rules: Record<string, any>;
};
declare const _default: {
configs: {
recommended: Config;
vite: Config;
next: Config;
export = _default;