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