Type Alias ExportHeader

ExportHeader: {
    export: SpecifierValue | SpecifierName;
    type: "export";
}