import * as ts from 'typescript'; import ImportsAndExports from '../types/ImportsAndExports'; export default function collectImportsAndExports(source: ts.SourceFile): ImportsAndExports;