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