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