import { type TSESLint } from '@typescript-eslint/utils'; type Options = readonly []; type MessageIds = 'preferNonMutatingMethod'; export declare const preferNonMutatingArrayMethod: TSESLint.RuleModule; export {}; //# sourceMappingURL=prefer-non-mutating-array-method.d.mts.map