import ts from 'typescript'; export declare const getAllSourceFiles: (sourceFiles: readonly ts.SourceFile[], typeChecker: ts.TypeChecker) => Set;