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