import { ruleCreator } from "../_internal/rule-creator.js"; type MessageIds = "forbidden"; type Options = readonly []; /** * Disallow parameter reassignment, except in the first expression statement of * a function body. */ declare const rule: ReturnType>; export default rule; //# sourceMappingURL=no-param-reassign.d.ts.map