import { ruleCreator } from "../_internal/rule-creator.js"; type MessageIds = "forbidden"; type Options = readonly []; /** * Disallow explicit primitive type annotations when they are inferrable. */ declare const rule: ReturnType>; /** * Wrapper rule with explicit lifecycle metadata and replacement mapping. */ declare const deprecatedRule: typeof rule; export default deprecatedRule; //# sourceMappingURL=typescript-no-inferrable-types.d.ts.map