import { CryptoCurrency } from "@ledgerhq/ledger-wallet-framework/types"; import { ChainAPI } from "./network"; import { SolanaPreloadDataV1 } from "./types"; export declare const PRELOAD_MAX_AGE: number; export declare function preloadWithAPI(currency: CryptoCurrency, api: ChainAPI): Promise; //# sourceMappingURL=preload.d.ts.map