pub fn visit_ts_namespace_export_decl<V>(
    _visitor: &mut V,
    n: &TsNamespaceExportDecl
) where
    V: Visit + ?Sized