declare const _default: { parser: string; plugins: string[]; overrides: ({ files: string[]; parser: string; parserOptions: { parser: string; }; rules?: undefined; } | { files: string[]; parser: string; parserOptions: { parser: string; }; rules: { 'no-irregular-whitespace': "off"; 'spaced-comment': "off"; }; })[]; }; export = _default;