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