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