import type { ImportMaps, ModuleGraph } from '../../types/module-graph.ts'; export declare const isEnumerated: (graph: ModuleGraph, filePath: string, importsForExport: ImportMaps | undefined, identifier: string) => boolean;