import type { SourceFile } from 'ts-morph'; export declare const hasReferencingDefaultImport: (sourceFile: SourceFile) => boolean;