sig
  val mk :
    ?loc:Ast_407.??.loc ->
    ?attrs:Ast_407.??.attrs ->
    ?docs:Ast_407.Docstrings.docs ->
    ?text:Ast_407.Docstrings.text ->
    ?typ:Ast_407.Parsetree.module_type ->
    Ast_407.??.str -> Ast_407.Parsetree.module_type_declaration
end