import { IAsyncStorage } from '@leapwallet/elements-core'; export declare const initCachingLayer: (storage: IAsyncStorage) => void; /** * React hook to initialize a storage layer for caching data used in various services */ export declare const useInitCachingLayer: (storage: IAsyncStorage) => void;