export declare const configs: { recommended: { plugins: string[]; env: { browser: boolean; node: boolean; es6: boolean; }; noInlineConfig: boolean; reportUnusedDisableDirectives: boolean; parser: string; parserOptions: { sourceType: "module"; ecmaFeatures: { jsx: boolean; }; }; rules: { [x: string]: string; }; }; }; //# sourceMappingURL=configs.d.ts.map