Statement.ExportNamedDeclarationmodule ExportSpecifier : sig ... endmodule ExportBatchSpecifier : sig ... endtype ('M, 'T) t = {declaration : ('M, 'T) Statement.t option;specifiers : 'M specifier option;source : ('M * 'M StringLiteral.t) option;export_kind : Statement.export_kind;comments : ('M, unit) Syntax.t option;}and 'M specifier = | ExportSpecifiers of 'M ExportSpecifier.t list| ExportBatchSpecifier of 'M ExportBatchSpecifier.t