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