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