import { DataPoint, Record } from '@mtna/data-core-ui'; import { VariableGroup } from '@mtna/pojo-consumer-ui'; export declare class RdsRecordUtil { static generateUniqueId(record: Record, primaryKey: VariableGroup): string; static getKey(record: Record, primaryKey: VariableGroup): Array; }