import type { SourceFile } from 'ts-morph'; /** Return exported names for symbols that are exported more than once */ export declare const findDuplicateExportedNames: (sourceFile: SourceFile) => string[][];