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