import { Model } from '@process-engine/persistence_api.contracts'; export declare function hasEntry(cacheEntryKey: string): boolean; export declare function add(cacheEntryKey: string, processModel: Model.Process): void; export declare function get(cacheEntryKey: string): Model.Process;