Js_parser.Declaration_parser
module Ast = Flow_ast;
module type DECLARATION = { ... };
module Declaration: (Parse: Parser_common.PARSER) => (Type: Type_parser.TYPE) => DECLARATION;