export declare const getFromCache: (localStorageKey: any, storage: Storage, timeCacheSecond: any) => any;
export declare const setCache: (localStorageKey: any, result: any, storage?: Storage) => void;
//# sourceMappingURL=cache.d.ts.map