import type { CryptoCurrency } from "@ledgerhq/types-cryptoassets"; import type { BridgeCacheSystem } from "@ledgerhq/types-live"; export declare function makeBridgeCacheSystem({ saveData, getData, }: { saveData: (currency: CryptoCurrency, data: unknown) => Promise; getData: (currency: CryptoCurrency) => Promise; }): BridgeCacheSystem; //# sourceMappingURL=cache.d.ts.map