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