export type RecordData = {
    [field: string]: any;
};
export type CompositeId = Array<number | string>;
//# sourceMappingURL=record.d.ts.map