import { ESLintUtils } from '@typescript-eslint/utils'; /** An ESLint rule to ban problematic nested fp-ts effects. */ export declare const noNestedFpTsEffects: ESLintUtils.RuleModule & { name: string; }; //# sourceMappingURL=no-nested-fp-ts-effects.d.mts.map