import { type TSESLint } from '@typescript-eslint/utils'; export type Options = [{ checkArrowFunctions?: boolean; }]; declare const _default: TSESLint.RuleModule<"consistent-function-scoping", Options, unknown, TSESLint.RuleListener> & { name: string; }; export default _default; //# sourceMappingURL=consistent-function-scoping.d.ts.map