import ts from 'typescript';
export declare function getImportStatementMap(importNodes: ts.Node[]): Map<string, string>;
