ExportNamedDeclaration.ExportSpecifier
type 'M t = 'M * 'M t'
and 'M t' = {
local : ('M, 'M) Identifier.t;
exported : ('M, 'M) Identifier.t option;
}