declare const recommended: {
    plugins: string[];
    rules: {
        'deprecation/deprecation': string;
    };
};
export default recommended;
