Module ExportNamedDeclaration.ExportSpecifier

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