export declare type InsertOrUpdateOptions = {
    skipUpdateIfNoValuesChanged?: boolean;
};
