import { TSESTree } from '@typescript-eslint/types'
export declare function computeImportKindModifier(
  node: TSESTree.ImportSpecifier,
): 'value' | 'type'
