import { ruleCreator } from "../_internal/rule-creator.js"; type MessageIds = "forbidden"; type Options = readonly []; /** * Disallow mixing optional chaining expressions directly with nullish * coalescing. */ declare const rule: ReturnType>; export default rule; //# sourceMappingURL=no-chain-coalescence-mixture.d.ts.map