import { ExportDeclaration as tsExportDeclaration } from 'typescript'; import { Node } from '../node'; export declare class ExportDeclaration extends Node { private exportClause?; private moduleSpecifier?; constructor(node: tsExportDeclaration); }