import type { CryptoCurrency } from "@ledgerhq/types-cryptoassets";
import type { HederaPreloadData } from "./types";
export declare const getPreloadStrategy: () => {
    preloadMaxAge: number;
};
export declare function preload(currency: CryptoCurrency): Promise<HederaPreloadData>;
export declare function hydrate(data: unknown, currency: CryptoCurrency): void;
//# sourceMappingURL=preload.d.ts.map