import { Statement, Identifier, MemberExpression } from 'jscodeshift' import { Collection } from 'jscodeshift/src/Collection' declare function findImports( root: Collection, statements: Statement | Statement[] ): Record export = findImports