import { RuleModule } from '@typescript-eslint/utils/ts-eslint'; declare const rule: RuleModule<'noFunctionPassing', any>; export default rule;