import { Iany } from '@cpmech/js2ts';
import { IPrimaryKey } from '../types';
export declare const update: (table: string, primaryKey: IPrimaryKey, data: Iany) => Promise<Iany | null>;
