package com.google.firebase.firestore.model.mutation;

import com.google.firebase.Timestamp;
import e4.H0;

/* JADX INFO: loaded from: classes3.dex */
public interface TransformOperation {
    H0 applyToLocalView(H0 h0, Timestamp timestamp);

    H0 applyToRemoteDocument(H0 h0, H0 h02);

    H0 computeBaseValue(H0 h0);
}
