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