export declare type UpsertType = "on-conflict-do-update" | "on-duplicate-key-update";
