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