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