import type { SourceFile, ExportDeclaration } from 'ts-morph'; export declare const findReferencingNamespaceExports: (sourceFile: SourceFile) => ExportDeclaration[];