import { ruleCreator } from "../_internal/rule-creator.js"; type MessageIds = "forbidden"; type Options = readonly []; /** * Disallow complex inferred declarator types without annotation. */ declare const rule: ReturnType>; export default rule; //# sourceMappingURL=typescript-no-complex-declarator-type.d.ts.map