import type { FieldInfo, FieldInfoRelation } from '../commonTypes'; export declare function generateUUID(): string; export declare function parseValue(value: any): any; export declare const getObjectInfo: (target: any, field: string) => FieldInfo; export declare const getObjectRelationInfo: (target: any, field: string) => FieldInfoRelation; //# sourceMappingURL=index.d.ts.map