ImportDeclarationinterface ImportDeclaration extends Node, HasSpan {asserts?: ObjectExpression;source: StringLiteral;specifiers: ImportSpecifier[];type: "ImportDeclaration";typeOnly: boolean;}§Extends§Node[src]§HasSpan[src]§Properties§asserts?: ObjectExpression[src]§source: StringLiteral[src]§specifiers: ImportSpecifier[][src]§type: "ImportDeclaration"[src]§typeOnly: boolean[src]