import { ruleCreator } from "../_internal/rule-creator.js"; type MessageIds = "forbidden" | "suggestRemoveRedundantUndefined"; type Options = readonly []; /** * Disallow redundant `undefined` unions on const declarations with * definitely-defined initializers. */ declare const rule: ReturnType>; export default rule; //# sourceMappingURL=typescript-no-redundant-undefined-const.d.ts.map