import { ruleCreator } from "../_internal/rule-creator.js"; type MessageIds = "forbidden"; type Options = readonly []; /** * Disallow negated conditions in `if` and top-level logical expressions. */ declare const rule: ReturnType>; export default rule; //# sourceMappingURL=no-negated-conditions.d.ts.map