import { EntityDict } from '../oak-app-domain';
declare const cacheSavedEntities: (keyof EntityDict)[];
export default cacheSavedEntities;