pub fn fold_ts_type_alias_decl<V>(
    _visitor: &mut V,
    n: TsTypeAliasDecl
) -> TsTypeAliasDecl where
    V: Fold + ?Sized