export declare function update(tableName: any, object: any): string; declare const _default: { update: typeof update; }; export default _default;