export declare const getPrimaryKeyValues: (properties: any, entityValue: any) => any; export declare const getPathObject: (pathParameters: any, primaryKeyValues: any) => {}; export declare const findTermByType: (fieldType: any, term: any) => any; export declare const getEntityAttributes: (catalog: any, entityName: any) => any; export declare const getPathParametersObj: (pathParametersDefinition: any, entityData: any) => {}; //# sourceMappingURL=CrudBrowserUtilities.d.ts.map