Module ExportNamedDeclaration.ExportSpecifier

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