import { RuleConverter } from "../ruleConverter";
export declare const PREFER_CONDITIONAL_EXPRESSION_NOTICE = "The eslint-plugin-unicorn only supports simple 'if-else' statements.";
export declare const convertPreferConditionalExpression: RuleConverter;
