Flow_ast.ModuleRefLiteral
type ('M, 'T) t = {
value : string;
require_out : 'T;
prefix_len : int;
legacy_interop : bool;
raw : string;
comments : ('M, unit) Syntax.t option;
}