import { Rule } from "eslint"; //#region src/rules/prefer-do-notation.d.ts declare const rule: Rule.RuleModule; //#endregion export { rule as default }; //# sourceMappingURL=prefer-do-notation.d.ts.map