import { TSESTree } from '@typescript-eslint/types'; export declare const getValue: (node: TSESTree.Identifier | TSESTree.StringLiteral) => string;