Js_parser.Pattern_parser
module Ast = Flow_ast;
let missing_annot: Js_parser__Parser_env.env => Ast.Type.annotation_or_hint('a, Loc.t);
module Pattern: (Parse: Parser_common.PARSER) => (Type: Type_parser.TYPE) => { ... };