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