import { TSESTree } from '@typescript-eslint/types'
import { TSESLint } from '@typescript-eslint/utils'
export declare function computeNodeValue({
  isDestructuredObject,
  sourceCode,
  property,
}: {
  sourceCode: TSESLint.SourceCode
  isDestructuredObject: boolean
  property: TSESTree.Property
}): string | null
