import { ObjectAny } from '../types.contractResponse'; export declare const getRowKeyGetter: (rowUniqIdKey: string) => (row: ObjectAny) => string;