export declare function jsonbSet(desc: object, merge?: boolean): {
    set: string;
    params: any[];
};
