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