import { EitherAsync } from 'purify-ts/EitherAsync'; export declare const set: (keyToHash: object, value: T) => EitherAsync; export declare const get: (keyToHash: object) => EitherAsync; export declare const deleteCache: () => EitherAsync;