import * as ts from 'typescript'; export interface TypeImport { importDeclaration?: ts.Statement; symbol?: ts.Symbol; refName: string; modulePath: string; isNamespace: boolean; isDefault: boolean; referenced?: boolean; name: string; localName: string; } //# sourceMappingURL=type-import.d.ts.map