import { ESLintUtils } from '@typescript-eslint/utils'; export declare const RULE_NAME = "no-deprecated-shorthands"; export declare const noDeprecatedShorthandsRule: ESLintUtils.RuleModule<"invalidShorthand", [], ESLintUtils.RuleListener>;