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