interface Currency {
    id?: string;
    ledgerIds?: string[];
}
interface LazyLedgerCurrencyOptions {
    product: "lld" | "llm";
    version: string;
}
export declare function useLazyLedgerCurrency(options: LazyLedgerCurrencyOptions, currency?: Currency | null): {
    getLedgerCurrency: () => Promise<import("@ledgerhq/types-cryptoassets").CryptoOrTokenCurrency | undefined>;
};
export {};
//# sourceMappingURL=useLazyLedgerCurrency.d.ts.map