import { URDecoder } from "@ngraveio/bc-ur"; import { Bytes, CryptoHDKey, CryptoKeypath, CryptoCoinInfo, CryptoECKey, CryptoOutput, CryptoPSBT, CryptoAccount, ETHSignature, EthSignRequest } from "@keystonehq/bc-ur-registry-eth"; export declare class URRegistryDecoder extends URDecoder { resultRegistryType: () => Bytes | CryptoHDKey | CryptoCoinInfo | CryptoKeypath | CryptoECKey | CryptoOutput | CryptoPSBT | CryptoAccount | ETHSignature | EthSignRequest; }