export declare const Entities: {}; export declare const metadataCache: { entities: {}; actions: { RetrieveMetadataChanges: { parameterTypes: { Query: { typeName: string; structuralProperty: import("cdsify").StructuralProperty; }; DeletedMetadataFilters: { typeName: string; structuralProperty: import("cdsify").StructuralProperty; }; ClientVersionStamp: { typeName: string; structuralProperty: import("cdsify").StructuralProperty; }; AppModuleId: { typeName: string; structuralProperty: import("cdsify").StructuralProperty; }; RetrieveAllSettings: { typeName: string; structuralProperty: import("cdsify").StructuralProperty; }; }; operationType: import("cdsify").OperationType; operationName: string; }; }; };