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': string;
            'spaced-comment': string;
        };
    })[];
};
export = _default;
