import { SourceFile } from 'ts-morph'; type Props = { sourceFile: SourceFile; originalName: string; }; export declare const discoverImportedName: ({ sourceFile, originalName }: Props) => string | null; export {}; //# sourceMappingURL=discoverImports.d.ts.map