Module Statement.DeclareModuleExports

type t('M, 'T) = {
  1. annot: Type.annotation('M, 'T),
  2. comments: option(Syntax.t('M, unit)),
};