import type { SourceFile, ImportDeclaration } from 'ts-morph'; /** Get source file of import declaration, taking into account re-exports */ export declare const getRealSourceFileForImportDeclaration: (importDeclaration: ImportDeclaration) => SourceFile;