import ts from 'typescript'; import { IPackageOptions } from "../config"; export declare function visitImportDeclaration(node: ts.ImportDeclaration, checker: ts.TypeChecker, context: ts.TransformationContext, options: IPackageOptions): ts.ImportDeclaration | undefined; export declare namespace visitImportDeclaration { var kind: ts.SyntaxKind; }