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