import { Rule } from "eslint";

//#region src/rules/code-style/concise-arrow.d.ts
/**
* ESLint rule: prefer-concise-arrow
* Detects and fixes arrow functions that can be simplified.
*/
declare const rule: Rule.RuleModule;
export = rule;
//# sourceMappingURL=concise-arrow.d.cts.map