// Properties serialized on every generated model that describe the record's // identity rather than its data. UIs that build columns, form fields, diffs, // or property pickers from entity metadata should skip these. export declare const BUSINESS_OBJECT_KEY_PROPERTIES: string[]; export declare const SYSTEM_ENTITY_PROPERTIES: string[]; export declare const getCommonEntityName: (entityName: any) => any; export declare const getSanitizedName: (entityName: any) => any; export declare const getFullyQualifiedName: (udpObjectInfo: any) => string; //# sourceMappingURL=entityUtilities.d.ts.map