export default interface RemoteUpdateOptions {
    readonly upsert?: boolean;
}
