import { type CurrencyConfig } from "@ledgerhq/coin-framework/config"; export type AlgorandConfig = { node: string; indexer: string; }; export type AlgorandCoinConfig = CurrencyConfig & AlgorandConfig; declare const coinConfig: { setCoinConfig: (config: import("@ledgerhq/coin-framework/config").CoinConfig) => void; getCoinConfig: (currency?: import("@ledgerhq/types-cryptoassets").CryptoCurrency) => AlgorandCoinConfig; }; export declare const setCoinConfig: (config: import("@ledgerhq/coin-framework/config").CoinConfig) => void; export declare const getCoinConfig: (currency?: import("@ledgerhq/types-cryptoassets").CryptoCurrency) => AlgorandCoinConfig; export default coinConfig; //# sourceMappingURL=config.d.ts.map