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