import * as ts from 'typescript'; import { Node } from '../node'; export declare class ImportDeclaration extends Node { private importClause?; private moduleSpecifier; constructor(node: ts.ImportDeclaration); }