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