import { CryptoOrTokenCurrency } from "@ledgerhq/types-cryptoassets";
/**
 * The full list comes from the WalletConnect repo
 * https://github.com/LedgerHQ/wallet-connect-live-app/blob/ce792e808115308ef7d36e9954bc9dae23fd8f9e/src/data/network.config.ts#L84C14-L84C31
 */
export declare const currenciesSupportedOnWalletConnect: string[];
export declare const isWalletConnectSupported: (currency: CryptoOrTokenCurrency) => boolean;
//# sourceMappingURL=index.d.ts.map