import { type TSESLint } from '@typescript-eslint/utils'; type MessageIds = 'preferAssertIsFalseOverAssertNegation'; type Options = readonly []; export declare const preferAssertIsFalseOverNegatedAssertIsTrueRule: TSESLint.RuleModule; export {}; //# sourceMappingURL=prefer-assert-is-false-over-assert-negation.d.mts.map