import { RuleConverter } from "../ruleConverter";
export declare const ARROW_RETURN_NOTICE = "ESLint will throw an error if the function body is multiline yet has a one-line return on it.";
export declare const convertArrowReturnShorthand: RuleConverter;
